#847076

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

Shades of Empress #847076

Tints of Empress #847076

Color information

#847076 (or 0x847076) is unknown color: approx Empress. HEX triplet: 84, 70 and 76. RGB value is (132,112,118). Sum of RGB (Red+Green+Blue) = 132+112+118=362 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.46% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 118 (46.48% from 255 or 32.60% from 362); Max value from RGB is 132 - color contains mainly: red. Hex color #847076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847076 is #7B8F89. Grayscale: #767676. Windows color (decimal): -8097674 or 7762052. OLE color: 7762052.

HSL color Cylindrical-coordinate representation of color #847076: hue angle of 342º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #847076 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB132112118-
CMYK00.150.110.48
HSL342º8.2%47.84%-
HSV(B)342º15.15%51.76%-
XYZ18.5817.819.6-
YUV118.66127.63137.51-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.46%
GREEN value IS 112 (44.14% from 255) = 30.94%
BLUE value IS 118 (46.48% from 255) = 32.60%
R=36.46%
G=30.94%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211211800.150.110.483428.247.84
Hex8470760FB30156830
Octal20416016601713605261060
Binary10000100111000011101100111110111100001010101101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847076; }

 p { color: rgb(132,112,118); }

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

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

 a { background-color: rgb(132,112,118); }

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

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

 span { border-color: rgb(132,112,118); }

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