Html Css Color HEX #867476 Empress

📋 copy color: '#867476'

red 134 ◦ green 116 ◦ blue 118

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

Shades of Empress #867476

Tints of Empress #867476

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.52%

 BLUE value IS 118 (46.48% from 255) = 32.07%

R = 36.41%
G = 31.52%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#867476 (or 0x867476) is known color: Empress. HEX triplet: 86, 74 and 76. RGB value is (134,116,118). Sum of RGB (Red+Green+Blue) = 134+116+118=368 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.41% from 368); Green value is 116 (45.70% from 255 or 31.52% from 368); Blue value is 118 (46.48% from 255 or 32.07% from 368); Max value from RGB is 134 - color contains mainly: red. Hex color #867476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867476 is #798B89. Grayscale: #797979. Windows color (decimal): -7965578 or 7763078. OLE color: 7763078.

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

Color convert

RGB 134 116 118 -
CMYK 0 0.13 0.12 0.47
HSL 353.33º 0.07% 0.49% -
HSV(B) 353.33º 0.13% 0.53% -
XYZ 19.35 18.87 19.76 -
YUV 121.61 125.96 136.84 -
System Red Green Blue C M Y K H S L
Decimal 134 116 118 0 0.13 0.12 0.47 353.33 0.07 0.49
Hex 86 74 76 0 D C 2F 161 7 31
Octal 206 164 166 0 15 14 57 541 7 61
Binary 10000110 1110100 1110110 0 1101 1100 101111 101100001 111 110001

Color Harmonies of #867476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867476

Black with #867476

Text Example


Text Example

White with #867476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867476; }

 p { color: rgb(134,116,118); }

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

background-color css

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

 a { background-color: rgb(134,116,118); }

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

border-color css

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

 span { border-color: rgb(134,116,118); }

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