Color Hex Logo

#75776b Color Hex

#75776B
(117,119,107)
0 Favorites   0 Comments

Color spaces of #75776b

RGB 117119107
HSL0.190.050.44
HSV70°10°47°
CMYK 0.020.000.10   0.53
XYZ16.586818.037116.5172
Yxy18.03710.32430.3527
Hunter Lab42.4701-4.60916.6704
CIE-Lab49.5411-3.09286.3368

#75776b color RGB value is (117,119,107).

#75776b hex color red value is 117, green value is 119 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #75776b hue: 0.19 , saturation: 0.05 and the lightness value of 75776b is 0.44.

The process color (four color CMYK) of #75776b color hex is 0.02, 0.00, 0.10, 0.53. Web safe color of #75776b is #666666. Color #75776b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01110111 01101011
Octal 165 167 153
Decimal 117 119 107
Hex 75 77 6B

RGB Percentages of Color #75776b

%34.11
%34.69
%31.20

CMYK Percentages of Color #75776b

%2
%0
%10
%53

Triadic Colors of #75776b

#75776b #6b7577 #776b75

Analogous Colors of #75776b

#75776b #6f776b #77736b

Monochromatic Colors of #75776b

#75776b

Complementary Color

#75776b #6d6b77

#75776b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75776b Color Preview on White Background

Lorem ipsum dolor sit amet.

#75776b Color CSS Codes

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

#75776b Text Font Color

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

This sample text font color is #75776b
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.


#75776b Background Color

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

This div background color is #75776b


#75776b Border Color

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

This div border color is #75776b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75776b


Comments

No comments written yet.

Please login to write comment.