Html Css Color HEX #867377 Empress

📋 copy color: '#867377'

red 134 ◦ green 115 ◦ blue 119

#867377
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Empress #867377

Tints of Empress #867377

RGB

 RED value IS 134 (52.73% from 255) = 36.41%

 GREEN value IS 115 (45.31% from 255) = 31.25%

 BLUE value IS 119 (46.88% from 255) = 32.34%

R = 36.41%
G = 31.25%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.47

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#867377 (or 0x867377) is known color: Empress. HEX triplet: 86, 73 and 77. RGB value is (134,115,119). Sum of RGB (Red+Green+Blue) = 134+115+119=368 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.41% from 368); Green value is 115 (45.31% from 255 or 31.25% from 368); Blue value is 119 (46.88% from 255 or 32.34% from 368); Max value from RGB is 134 - color contains mainly: red. Hex color #867377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867377 is #798C88. Grayscale: #797979. Windows color (decimal): -7965833 or 7828358. OLE color: 7828358.

HSL color Cylindrical-coordinate representation of color #867377: hue angle of 347.37º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #867377 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 115 119 -
CMYK 0 0.14 0.11 0.47
HSL 347.37º 0.08% 0.49% -
HSV(B) 347.37º 0.14% 0.53% -
XYZ 19.29 18.66 20.04 -
YUV 121.14 126.79 137.17 -
System Red Green Blue C M Y K H S L
Decimal 134 115 119 0 0.14 0.11 0.47 347.37 0.08 0.49
Hex 86 73 77 0 E B 2F 15B 8 31
Octal 206 163 167 0 16 13 57 533 10 61
Binary 10000110 1110011 1110111 0 1110 1011 101111 101011011 1000 110001

Color Harmonies of #867377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867377

Black with #867377

Text Example


Text Example

White with #867377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867377; }

 p { color: rgb(134,115,119); }

 H1.HeaderClassName
 {
   color: #867377;
 }
 .AnyTagClassName
 {
   color: #867377;
 }
</style>

background-color css

<style>
 a { background-color: #867377; }

 a { background-color: rgb(134,115,119); }

 div.DivClassName
 {
   background-color: #867377;
 }
 .BgClassName
 {
   background-color: #867377;
 }
</style>

border-color css

<style>
 span { border-color: #867377; }

 span { border-color: rgb(134,115,119); }

 td.TdClassName
 {
   border-color: #867377;
 }
 .TagClassName
 {
   border-color: #867377;
 }
</style>