#867679

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

Shades of Empress #867679

Tints of Empress #867679

Color information

#867679 (or 0x867679) is unknown color: approx Empress. HEX triplet: 86, 76 and 79. RGB value is (134,118,121). Sum of RGB (Red+Green+Blue) = 134+118+121=373 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.92% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 121 (47.66% from 255 or 32.44% from 373); Max value from RGB is 134 - color contains mainly: red. Hex color #867679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867679 is #798986. Grayscale: #7B7B7B. Windows color (decimal): -7965063 or 7960198. OLE color: 7960198.

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

Color convert

RGB134118121-
CMYK00.120.100.47
HSL348.75º6.35%49.41%-
HSV(B)348.75º11.94%52.55%-
XYZ19.7619.4120.79-
YUV123.13126.8135.76-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.92%
GREEN value IS 118 (46.48% from 255) = 31.64%
BLUE value IS 121 (47.66% from 255) = 32.44%
R=35.92%
G=31.64%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411812100.120.100.47348.756.3549.41
Hex8676790CA2F15d631
Octal2061661710141257535661
Binary1000011011101101111001011001010101111101011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867679; }

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

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

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

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

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

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

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

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