Color Hex Logo

#775867 Color Hex

#775867
(119,88,103)
0 Favorites   0 Comments

Color spaces of #775867

RGB 11988103
HSL0.920.150.41
HSV331°26°47°
CMYK 0.000.260.13   0.53
XYZ13.545711.880714.4112
Yxy11.88070.34000.2982
Hunter Lab34.46849.8289-0.6612
CIE-Lab41.025915.3694-3.6036

#775867 color RGB value is (119,88,103).

#775867 hex color red value is 119, green value is 88 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #775867 hue: 0.92 , saturation: 0.15 and the lightness value of 775867 is 0.41.

The process color (four color CMYK) of #775867 color hex is 0.00, 0.26, 0.13, 0.53. Web safe color of #775867 is #666666. Color #775867 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01011000 01100111
Octal 167 130 147
Decimal 119 88 103
Hex 77 58 67

RGB Percentages of Color #775867

%38.39
%28.39
%33.23

CMYK Percentages of Color #775867

%0
%26
%13
%53

Triadic Colors of #775867

#775867 #677758 #586777

Analogous Colors of #775867

#775867 #775958 #775877

Monochromatic Colors of #775867

#775867

Complementary Color

#775867 #587768

#775867 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#775867 Color Preview on White Background

Lorem ipsum dolor sit amet.

#775867 Color CSS Codes

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

#775867 Text Font Color

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

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


#775867 Background Color

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

This div background color is #775867


#775867 Border Color

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

This div border color is #775867


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #775867


Comments

No comments written yet.

Please login to write comment.