#867578

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

Shades of Empress #867578

Tints of Empress #867578

Color information

#867578 (or 0x867578) is unknown color: approx Empress. HEX triplet: 86, 75 and 78. RGB value is (134,117,120). Sum of RGB (Red+Green+Blue) = 134+117+120=371 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.12% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 134 - color contains mainly: red. Hex color #867578 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867578 is #798A87. Grayscale: #7A7A7A. Windows color (decimal): -7965320 or 7894406. OLE color: 7894406.

HSL color Cylindrical-coordinate representation of color #867578: hue angle of 349.41º 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 #867578 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB134117120-
CMYK00.130.100.47
HSL349.41º6.77%49.22%-
HSV(B)349.41º12.69%52.55%-
XYZ19.5819.1520.43-
YUV122.43126.63136.26-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.12%
GREEN value IS 117 (46.09% from 255) = 31.54%
BLUE value IS 120 (47.27% from 255) = 32.35%
R=36.12%
G=31.54%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411712000.130.100.47349.416.7749.22
Hex8675780DA2F15d731
Octal2061651700151257535761
Binary1000011011101011111000011011010101111101011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867578; }

 p { color: rgb(134,117,120); }

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

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

 a { background-color: rgb(134,117,120); }

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

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

 span { border-color: rgb(134,117,120); }

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