#857678

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

Shades of Empress #857678

Tints of Empress #857678

Color information

#857678 (or 0x857678) is unknown color: approx Empress. HEX triplet: 85, 76 and 78. RGB value is (133,118,120). Sum of RGB (Red+Green+Blue) = 133+118+120=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 133 - color contains mainly: red. Hex color #857678 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857678 is #7A8987. Grayscale: #7A7A7A. Windows color (decimal): -8030600 or 7894661. OLE color: 7894661.

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

Color convert

RGB133118120-
CMYK00.110.100.48
HSL352º5.98%49.22%-
HSV(B)352º11.28%52.16%-
XYZ19.5419.320.46-
YUV122.71126.47135.34-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.85%
GREEN value IS 118 (46.48% from 255) = 31.81%
BLUE value IS 120 (47.27% from 255) = 32.35%
R=35.85%
G=31.81%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311812000.110.100.483525.9849.22
Hex8576780BA30160631
Octal2051661700131260540661
Binary1000010111101101111000010111010110000101100000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857678; }

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

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

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

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

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

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

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

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