#85777A

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

Shades of Empress #85777A

Tints of Empress #85777A

Color information

#85777A (or 0x85777A) is unknown color: approx Empress. HEX triplet: 85, 77 and 7A. RGB value is (133,119,122). Sum of RGB (Red+Green+Blue) = 133+119+122=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 119 (46.88% from 255 or 31.82% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 133 - color contains mainly: red. Hex color #85777A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85777A is #7A8885. Grayscale: #7B7B7B. Windows color (decimal): -8030342 or 8025989. OLE color: 8025989.

HSL color Cylindrical-coordinate representation of color #85777A: hue angle of 347.14º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #85777A is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB133119122-
CMYK00.110.080.48
HSL347.14º5.56%49.41%-
HSV(B)347.14º10.53%52.16%-
XYZ19.7819.5921.15-
YUV123.53127.14134.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.56%
GREEN value IS 119 (46.88% from 255) = 31.82%
BLUE value IS 122 (48.05% from 255) = 32.62%
R=35.56%
G=31.82%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311912200.110.080.48347.145.5649.41
Hex85777A0B83015b631
Octal2051671720131060533661
Binary1000010111101111111010010111000110000101011011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85777A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85777A; }

 p { color: rgb(133,119,122); }

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

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

 a { background-color: rgb(133,119,122); }

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

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

 span { border-color: rgb(133,119,122); }

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