#857C78

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

Shades of Hurricane #857C78

Tints of Hurricane #857C78

Color information

#857C78 (or 0x857C78) is unknown color: approx Hurricane. HEX triplet: 85, 7C and 78. RGB value is (133,124,120). Sum of RGB (Red+Green+Blue) = 133+124+120=377 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.28% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 133 - color contains mainly: red. Hex color #857C78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857C78 is #7A8387. Grayscale: #7E7E7E. Windows color (decimal): -8029064 or 7896197. OLE color: 7896197.

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

Color convert

RGB133124120-
CMYK00.070.100.48
HSL18.46º5.14%49.61%-
HSV(B)18.46º9.77%52.16%-
XYZ20.2720.7620.71-
YUV126.23124.48132.83-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.28%
GREEN value IS 124 (48.83% from 255) = 32.89%
BLUE value IS 120 (47.27% from 255) = 31.83%
R=35.28%
G=32.89%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312412000.070.100.4818.465.1449.61
Hex857C7807A3012532
Octal20517417007126022562
Binary10000101111110011110000111101011000010010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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