#847275

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

Shades of Empress #847275

Tints of Empress #847275

Color information

#847275 (or 0x847275) is unknown color: approx Empress. HEX triplet: 84, 72 and 75. RGB value is (132,114,117). Sum of RGB (Red+Green+Blue) = 132+114+117=363 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.36% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 132 - color contains mainly: red. Hex color #847275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847275 is #7B8D8A. Grayscale: #777777. Windows color (decimal): -8097163 or 7697028. OLE color: 7697028.

HSL color Cylindrical-coordinate representation of color #847275: hue angle of 350º 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 #847275 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB132114117-
CMYK00.140.110.48
HSL350º7.32%48.24%-
HSV(B)350º13.64%51.76%-
XYZ18.7418.2219.36-
YUV119.72126.46136.76-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.36%
GREEN value IS 114 (44.92% from 255) = 31.40%
BLUE value IS 117 (46.09% from 255) = 32.23%
R=36.36%
G=31.40%
B=32.23%

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
Decimal13211411700.140.110.483507.3248.24
Hex8472750EB3015e730
Octal2041621650161360536760
Binary1000010011100101110101011101011110000101011110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847275; }

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

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

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

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

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

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

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

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