#857677

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

Shades of Empress #857677

Tints of Empress #857677

Color information

#857677 (or 0x857677) is unknown color: approx Empress. HEX triplet: 85, 76 and 77. RGB value is (133,118,119). Sum of RGB (Red+Green+Blue) = 133+118+119=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 119 (46.88% from 255 or 32.16% from 370); Max value from RGB is 133 - color contains mainly: red. Hex color #857677 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857677 is #7A8988. Grayscale: #7A7A7A. Windows color (decimal): -8030601 or 7829125. OLE color: 7829125.

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

Color convert

RGB133118119-
CMYK00.110.110.48
HSL356º5.98%49.22%-
HSV(B)356º11.28%52.16%-
XYZ19.4819.2820.15-
YUV122.6125.97135.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.95%
GREEN value IS 118 (46.48% from 255) = 31.89%
BLUE value IS 119 (46.88% from 255) = 32.16%
R=35.95%
G=31.89%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311811900.110.110.483565.9849.22
Hex8576770BB30164631
Octal2051661670131360544661
Binary1000010111101101110111010111011110000101100100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857677; }

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

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

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

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

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

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

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

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