#857B77

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

Shades of Hurricane #857B77

Tints of Hurricane #857B77

Color information

#857B77 (or 0x857B77) is unknown color: approx Hurricane. HEX triplet: 85, 7B and 77. RGB value is (133,123,119). Sum of RGB (Red+Green+Blue) = 133+123+119=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 119 (46.88% from 255 or 31.73% from 375); Max value from RGB is 133 - color contains mainly: red. Hex color #857B77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857B77 is #7A8488. Grayscale: #7D7D7D. Windows color (decimal): -8029321 or 7830405. OLE color: 7830405.

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

Color convert

RGB133123119-
CMYK00.080.110.48
HSL17.14º5.56%49.41%-
HSV(B)17.14º10.53%52.16%-
XYZ20.0920.4820.35-
YUV125.53124.31133.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.47%
GREEN value IS 123 (48.44% from 255) = 32.8%
BLUE value IS 119 (46.88% from 255) = 31.73%
R=35.47%
G=32.8%
B=31.73%

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
Decimal13312311900.080.110.4817.145.5649.41
Hex857B7708B3011631
Octal205173167010136021661
Binary100001011111011111011101000101111000010001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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