Html Css Color HEX #867076 Empress

📋 copy color: '#867076'

red 134 ◦ green 112 ◦ blue 118

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

Shades of Empress #867076

Tints of Empress #867076

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.77%

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

R = 36.81%
G = 30.77%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#867076 (or 0x867076) is known color: Empress. HEX triplet: 86, 70 and 76. RGB value is (134,112,118). Sum of RGB (Red+Green+Blue) = 134+112+118=364 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.81% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 118 (46.48% from 255 or 32.42% from 364); Max value from RGB is 134 - color contains mainly: red. Hex color #867076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867076 is #798F89. Grayscale: #777777. Windows color (decimal): -7966602 or 7762054. OLE color: 7762054.

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

Color convert

RGB 134 112 118 -
CMYK 0 0.16 0.12 0.47
HSL 343.64º 0.09% 0.48% -
HSV(B) 343.64º 0.16% 0.53% -
XYZ 18.9 17.96 19.61 -
YUV 119.26 127.29 138.51 -
System Red Green Blue C M Y K H S L
Decimal 134 112 118 0 0.16 0.12 0.47 343.64 0.09 0.48
Hex 86 70 76 0 10 C 2F 158 9 30
Octal 206 160 166 0 20 14 57 530 11 60
Binary 10000110 1110000 1110110 0 10000 1100 101111 101011000 1001 110000

Color Harmonies of #867076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867076

Black with #867076

Text Example


Text Example

White with #867076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867076; }

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

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

background-color css

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

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

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

border-color css

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

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

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