#85797B

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

Shades of Empress #85797B

Tints of Empress #85797B

Color information

#85797B (or 0x85797B) is unknown color: approx Empress. HEX triplet: 85, 79 and 7B. RGB value is (133,121,123). Sum of RGB (Red+Green+Blue) = 133+121+123=377 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.28% from 377); Green value is 121 (47.66% from 255 or 32.10% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 133 - color contains mainly: red. Hex color #85797B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85797B is #7A8684. Grayscale: #7C7C7C. Windows color (decimal): -8029829 or 8092037. OLE color: 8092037.

HSL color Cylindrical-coordinate representation of color #85797B: hue angle of 350º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #85797B is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB133121123-
CMYK00.090.080.48
HSL350º4.72%49.8%-
HSV(B)350º9.02%52.16%-
XYZ20.0920.0921.56-
YUV124.82126.98133.84-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.28%
GREEN value IS 121 (47.66% from 255) = 32.10%
BLUE value IS 123 (48.44% from 255) = 32.63%
R=35.28%
G=32.10%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312112300.090.080.483504.7249.8
Hex85797B0983015e532
Octal2051711730111060536562
Binary1000010111110011111011010011000110000101011110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85797B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85797B; }

 p { color: rgb(133,121,123); }

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

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

 a { background-color: rgb(133,121,123); }

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

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

 span { border-color: rgb(133,121,123); }

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