#857D79

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

Shades of Hurricane #857D79

Tints of Hurricane #857D79

Color information

#857D79 (or 0x857D79) is unknown color: approx Hurricane. HEX triplet: 85, 7D and 79. RGB value is (133,125,121). Sum of RGB (Red+Green+Blue) = 133+125+121=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 133 - color contains mainly: red. Hex color #857D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857D79 is #7A8286. Grayscale: #7E7E7E. Windows color (decimal): -8028807 or 7961989. OLE color: 7961989.

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

Color convert

RGB133125121-
CMYK00.060.090.48
HSL20º4.72%49.8%-
HSV(B)20º9.02%52.16%-
XYZ20.4621.0321.07-
YUV126.94124.65132.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.09%
GREEN value IS 125 (49.22% from 255) = 32.98%
BLUE value IS 121 (47.66% from 255) = 31.93%
R=35.09%
G=32.98%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312512100.060.090.48204.7249.8
Hex857D790693014532
Octal20517517106116024562
Binary10000101111110111110010110100111000010100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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