#806970

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

Shades of Empress #806970

Tints of Empress #806970

Color information

#806970 (or 0x806970) is unknown color: approx Empress. HEX triplet: 80, 69 and 70. RGB value is (128,105,112). Sum of RGB (Red+Green+Blue) = 128+105+112=345 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.10% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 128 - color contains mainly: red. Hex color #806970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806970 is #7F968F. Grayscale: #707070. Windows color (decimal): -8361616 or 7367040. OLE color: 7367040.

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

Color convert

RGB128105112-
CMYK00.180.120.50
HSL341.74º9.87%45.69%-
HSV(B)341.74º17.97%50.2%-
XYZ16.8815.8617.5-
YUV112.68127.62138.93-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.10%
GREEN value IS 105 (41.41% from 255) = 30.43%
BLUE value IS 112 (44.14% from 255) = 32.46%
R=37.10%
G=30.43%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12810511200.180.120.50341.749.8745.69
Hex806970012C32156a2e
Octal20015116002214625261256
Binary100000001101001111000001001011001100101010101101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806970; }

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

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

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

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

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

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

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

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