#847274

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

Shades of Empress #847274

Tints of Empress #847274

Color information

#847274 (or 0x847274) is unknown color: approx Empress. HEX triplet: 84, 72 and 74. RGB value is (132,114,116). Sum of RGB (Red+Green+Blue) = 132+114+116=362 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.46% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 116 (45.70% from 255 or 32.04% from 362); Max value from RGB is 132 - color contains mainly: red. Hex color #847274 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847274 is #7B8D8B. Grayscale: #777777. Windows color (decimal): -8097164 or 7631492. OLE color: 7631492.

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

Color convert

RGB132114116-
CMYK00.140.120.48
HSL353.33º7.32%48.24%-
HSV(B)353.33º13.64%51.76%-
XYZ18.6918.219.05-
YUV119.61125.96136.84-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.46%
GREEN value IS 114 (44.92% from 255) = 31.49%
BLUE value IS 116 (45.70% from 255) = 32.04%
R=36.46%
G=31.49%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211411600.140.120.48353.337.3248.24
Hex8472740EC30161730
Octal2041621640161460541760
Binary1000010011100101110100011101100110000101100001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847274; }

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

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

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

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

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

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

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

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