#867074

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

Shades of Empress #867074

Tints of Empress #867074

Color information

#867074 (or 0x867074) is unknown color: approx Empress. HEX triplet: 86, 70 and 74. RGB value is (134,112,116). Sum of RGB (Red+Green+Blue) = 134+112+116=362 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.02% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 116 (45.70% from 255 or 32.04% from 362); Max value from RGB is 134 - color contains mainly: red. Hex color #867074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867074 is #798F8B. Grayscale: #777777. Windows color (decimal): -7966604 or 7630982. OLE color: 7630982.

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

Color convert

RGB134112116-
CMYK00.160.130.47
HSL349.09º8.94%48.24%-
HSV(B)349.09º16.42%52.55%-
XYZ18.7817.9218.99-
YUV119.03126.29138.67-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.02%
GREEN value IS 112 (44.14% from 255) = 30.94%
BLUE value IS 116 (45.70% from 255) = 32.04%
R=37.02%
G=30.94%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411211600.160.130.47349.098.9448.24
Hex867074010D2F15d930
Octal20616016402015575351160
Binary100001101110000111010001000011011011111010111011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867074; }

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

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

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

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

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

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

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

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