#847276

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

Shades of Empress #847276

Tints of Empress #847276

Color information

#847276 (or 0x847276) is unknown color: approx Empress. HEX triplet: 84, 72 and 76. RGB value is (132,114,118). Sum of RGB (Red+Green+Blue) = 132+114+118=364 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.26% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 118 (46.48% from 255 or 32.42% from 364); Max value from RGB is 132 - color contains mainly: red. Hex color #847276 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847276 is #7B8D89. Grayscale: #777777. Windows color (decimal): -8097162 or 7762564. OLE color: 7762564.

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

Color convert

RGB132114118-
CMYK00.140.110.48
HSL346.67º7.32%48.24%-
HSV(B)346.67º13.64%51.76%-
XYZ18.818.2519.67-
YUV119.84126.96136.67-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.26%
GREEN value IS 114 (44.92% from 255) = 31.32%
BLUE value IS 118 (46.48% from 255) = 32.42%
R=36.26%
G=31.32%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211411800.140.110.48346.677.3248.24
Hex8472760EB3015b730
Octal2041621660161360533760
Binary1000010011100101110110011101011110000101011011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847276; }

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

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

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

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

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

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

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

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