#857C79

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

Shades of Hurricane #857C79

Tints of Hurricane #857C79

Color information

#857C79 (or 0x857C79) is unknown color: approx Hurricane. HEX triplet: 85, 7C and 79. RGB value is (133,124,121). Sum of RGB (Red+Green+Blue) = 133+124+121=378 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.19% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 133 - color contains mainly: red. Hex color #857C79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857C79 is #7A8386. Grayscale: #7E7E7E. Windows color (decimal): -8029063 or 7961733. OLE color: 7961733.

HSL color Cylindrical-coordinate representation of color #857C79: hue angle of 15º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #857C79 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB133124121-
CMYK00.070.090.48
HSL15º4.72%49.8%-
HSV(B)15º9.02%52.16%-
XYZ20.3320.7821.03-
YUV126.35124.98132.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.19%
GREEN value IS 124 (48.83% from 255) = 32.80%
BLUE value IS 121 (47.66% from 255) = 32.01%
R=35.19%
G=32.80%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312412100.070.090.48154.7249.8
Hex857C7907930f532
Octal20517417107116017562
Binary1000010111111001111001011110011100001111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857C79; }

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

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

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

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

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

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

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

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