#857B76

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

Shades of Hurricane #857B76

Tints of Hurricane #857B76

Color information

#857B76 (or 0x857B76) is unknown color: approx Hurricane. HEX triplet: 85, 7B and 76. RGB value is (133,123,118). Sum of RGB (Red+Green+Blue) = 133+123+118=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 123 (48.44% from 255 or 32.89% from 374); Blue value is 118 (46.48% from 255 or 31.55% from 374); Max value from RGB is 133 - color contains mainly: red. Hex color #857B76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857B76 is #7A8489. Grayscale: #7D7D7D. Windows color (decimal): -8029322 or 7764869. OLE color: 7764869.

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

Color convert

RGB133123118-
CMYK00.080.110.48
HSL20º5.98%49.22%-
HSV(B)20º11.28%52.16%-
XYZ20.0320.4620.03-
YUV125.42123.81133.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.56%
GREEN value IS 123 (48.44% from 255) = 32.89%
BLUE value IS 118 (46.48% from 255) = 31.55%
R=35.56%
G=32.89%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312311800.080.110.48205.9849.22
Hex857B7608B3014631
Octal205173166010136024661
Binary100001011111011111011001000101111000010100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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