#867478

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

Shades of Empress #867478

Tints of Empress #867478

Color information

#867478 (or 0x867478) is unknown color: approx Empress. HEX triplet: 86, 74 and 78. RGB value is (134,116,120). Sum of RGB (Red+Green+Blue) = 134+116+120=370 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.22% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 120 (47.27% from 255 or 32.43% from 370); Max value from RGB is 134 - color contains mainly: red. Hex color #867478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867478 is #798B87. Grayscale: #797979. Windows color (decimal): -7965576 or 7894150. OLE color: 7894150.

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

Color convert

RGB134116120-
CMYK00.130.100.47
HSL346.67º7.2%49.02%-
HSV(B)346.67º13.43%52.55%-
XYZ19.4718.9220.39-
YUV121.84126.96136.67-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.22%
GREEN value IS 116 (45.70% from 255) = 31.35%
BLUE value IS 120 (47.27% from 255) = 32.43%
R=36.22%
G=31.35%
B=32.43%

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
Decimal13411612000.130.100.47346.677.249.02
Hex8674780DA2F15b731
Octal2061641700151257533761
Binary1000011011101001111000011011010101111101011011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867478; }

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

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

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

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

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

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

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

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