Color Hex Logo

#757502 Color Hex

#757502
(117,117,2)
0 Favorites   0 Comments

Color spaces of #757502

RGB 1171172
HSL0.170.970.23
HSV60°98°46°
CMYK 0.000.000.98   0.54
XYZ13.708416.50892.5215
Yxy16.50890.41870.5043
Hunter Lab40.6311-10.881024.7624
CIE-Lab47.6352-12.077552.7087

#757502 color RGB value is (117,117,2).

#757502 hex color red value is 117, green value is 117 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #757502 hue: 0.17 , saturation: 0.97 and the lightness value of 757502 is 0.23.

The process color (four color CMYK) of #757502 color hex is 0.00, 0.00, 0.98, 0.54. Web safe color of #757502 is #666600. Color #757502 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01110101 00000010
Octal 165 165 2
Decimal 117 117 2
Hex 75 75 2

RGB Percentages of Color #757502

%49.58
%49.58
%0.85

CMYK Percentages of Color #757502

%0
%0
%98
%54

Triadic Colors of #757502

#757502 #027575 #750275

Analogous Colors of #757502

#757502 #3c7502 #753c02

Monochromatic Colors of #757502

#757502

Complementary Color

#757502 #020275

#757502 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757502 Color Preview on White Background

Lorem ipsum dolor sit amet.

#757502 Color CSS Codes

.mybgcolor {background-color:#757502; } 
.myforecolor {color:#757502; }
.mybordercolor {border:3px solid #757502; }

#757502 Text Font Color

<p style="color:#757502">Text here</p>

This sample text font color is #757502
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#757502 Background Color

<div style="background-color:#757502">
Div content here</div>

This div background color is #757502


#757502 Border Color

<div style="border:3px solid #757502">
Div here</div>

This div border color is #757502


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,117,2, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #757502; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #757502;
  -webkit-box-shadow: 1px 1px 3px 2px #757502;
  box-shadow:         1px 1px 3px 2px #757502; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,117,2, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #757502">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #757502;
  -webkit-box-shadow: 1px 1px 3px 2px #757502;
  box-shadow:         1px 1px 3px 2px #757502;">
Div content here</div>

This div box has shadow with color #757502


Comments

No comments written yet.

Please login to write comment.