#806972

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

Shades of Empress #806972

Tints of Empress #806972

Color information

#806972 (or 0x806972) is unknown color: approx Empress. HEX triplet: 80, 69 and 72. RGB value is (128,105,114). Sum of RGB (Red+Green+Blue) = 128+105+114=347 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.89% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 128 - color contains mainly: red. Hex color #806972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806972 is #7F968D. Grayscale: #707070. Windows color (decimal): -8361614 or 7498112. OLE color: 7498112.

HSL color Cylindrical-coordinate representation of color #806972: hue angle of 336.52º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #806972 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.50.

Color convert

RGB128105114-
CMYK00.180.110.50
HSL336.52º9.87%45.69%-
HSV(B)336.52º17.97%50.2%-
XYZ16.9915.9118.09-
YUV112.9128.62138.77-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.89%
GREEN value IS 105 (41.41% from 255) = 30.26%
BLUE value IS 114 (44.92% from 255) = 32.85%
R=36.89%
G=30.26%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12810511400.180.110.50336.529.8745.69
Hex806972012B32151a2e
Octal20015116202213625211256
Binary100000001101001111001001001010111100101010100011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806972; }

 p { color: rgb(128,105,114); }

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

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

 a { background-color: rgb(128,105,114); }

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

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

 span { border-color: rgb(128,105,114); }

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