#857679

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

Shades of Empress #857679

Tints of Empress #857679

Color information

#857679 (or 0x857679) is unknown color: approx Empress. HEX triplet: 85, 76 and 79. RGB value is (133,118,121). Sum of RGB (Red+Green+Blue) = 133+118+121=372 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.75% from 372); Green value is 118 (46.48% from 255 or 31.72% from 372); Blue value is 121 (47.66% from 255 or 32.53% from 372); Max value from RGB is 133 - color contains mainly: red. Hex color #857679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857679 is #7A8986. Grayscale: #7A7A7A. Windows color (decimal): -8030599 or 7960197. OLE color: 7960197.

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

Color convert

RGB133118121-
CMYK00.110.090.48
HSL348º5.98%49.22%-
HSV(B)348º11.28%52.16%-
XYZ19.619.3220.79-
YUV122.83126.97135.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.75%
GREEN value IS 118 (46.48% from 255) = 31.72%
BLUE value IS 121 (47.66% from 255) = 32.53%
R=35.75%
G=31.72%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311812100.110.090.483485.9849.22
Hex8576790B93015c631
Octal2051661710131160534661
Binary1000010111101101111001010111001110000101011100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857679; }

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

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

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

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

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

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

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

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