#867779

Color #867779 Empress (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Empress #867779

Tints of Empress #867779

Color information

#867779 (or 0x867779) is unknown color: approx Empress. HEX triplet: 86, 77 and 79. RGB value is (134,119,121). Sum of RGB (Red+Green+Blue) = 134+119+121=374 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.83% from 374); Green value is 119 (46.88% from 255 or 31.82% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 134 - color contains mainly: red. Hex color #867779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867779 is #798886. Grayscale: #7B7B7B. Windows color (decimal): -7964807 or 7960454. OLE color: 7960454.

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

Color convert

RGB134119121-
CMYK00.110.100.47
HSL352º5.93%49.61%-
HSV(B)352º11.19%52.55%-
XYZ19.8819.6420.83-
YUV123.71126.47135.34-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.83%
GREEN value IS 119 (46.88% from 255) = 31.82%
BLUE value IS 121 (47.66% from 255) = 32.35%
R=35.83%
G=31.82%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411912100.110.100.473525.9349.61
Hex8677790BA2F160632
Octal2061671710131257540662
Binary1000011011101111111001010111010101111101100000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867779; }

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

 H1.HeaderClassName
 {
   color: #867779;
 }
 .AnyTagClassName
 {
   color: #867779;
 }
</style>
background-color css

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

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

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

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

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

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