#857276

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

Shades of Empress #857276

Tints of Empress #857276

Color information

#857276 (or 0x857276) is unknown color: approx Empress. HEX triplet: 85, 72 and 76. RGB value is (133,114,118). Sum of RGB (Red+Green+Blue) = 133+114+118=365 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.44% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 118 (46.48% from 255 or 32.33% from 365); Max value from RGB is 133 - color contains mainly: red. Hex color #857276 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857276 is #7A8D89. Grayscale: #787878. Windows color (decimal): -8031626 or 7762565. OLE color: 7762565.

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

Color convert

RGB133114118-
CMYK00.140.110.48
HSL347.37º7.69%48.43%-
HSV(B)347.37º14.29%52.16%-
XYZ18.9618.3319.68-
YUV120.14126.79137.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.44%
GREEN value IS 114 (44.92% from 255) = 31.23%
BLUE value IS 118 (46.48% from 255) = 32.33%
R=36.44%
G=31.23%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311411800.140.110.48347.377.6948.43
Hex8572760EB3015b830
Octal20516216601613605331060
Binary10000101111001011101100111010111100001010110111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857276; }

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

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

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

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

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

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

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

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