#857B79

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

Shades of Hurricane #857B79

Tints of Hurricane #857B79

Color information

#857B79 (or 0x857B79) is unknown color: approx Hurricane. HEX triplet: 85, 7B and 79. RGB value is (133,123,121). Sum of RGB (Red+Green+Blue) = 133+123+121=377 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.28% from 377); Green value is 123 (48.44% from 255 or 32.63% from 377); Blue value is 121 (47.66% from 255 or 32.10% from 377); Max value from RGB is 133 - color contains mainly: red. Hex color #857B79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857B79 is #7A8486. Grayscale: #7D7D7D. Windows color (decimal): -8029319 or 7961477. OLE color: 7961477.

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

Color convert

RGB133123121-
CMYK00.080.090.48
HSL10º4.72%49.8%-
HSV(B)10º9.02%52.16%-
XYZ20.2120.5320.99-
YUV125.76125.31133.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.28%
GREEN value IS 123 (48.44% from 255) = 32.63%
BLUE value IS 121 (47.66% from 255) = 32.10%
R=35.28%
G=32.63%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312312100.080.090.48104.7249.8
Hex857B7908930a532
Octal205173171010116012562
Binary10000101111101111110010100010011100001010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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