#857774

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

Shades of Hurricane #857774

Tints of Hurricane #857774

Color information

#857774 (or 0x857774) is unknown color: approx Hurricane. HEX triplet: 85, 77 and 74. RGB value is (133,119,116). Sum of RGB (Red+Green+Blue) = 133+119+116=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 119 (46.88% from 255 or 32.34% from 368); Blue value is 116 (45.70% from 255 or 31.52% from 368); Max value from RGB is 133 - color contains mainly: red. Hex color #857774 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857774 is #7A888B. Grayscale: #7A7A7A. Windows color (decimal): -8030348 or 7632773. OLE color: 7632773.

HSL color Cylindrical-coordinate representation of color #857774: hue angle of 10.59º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #857774 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB133119116-
CMYK00.110.130.48
HSL10.59º6.83%48.82%-
HSV(B)10.59º12.78%52.16%-
XYZ19.4219.4419.25-
YUV122.84124.14135.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.14%
GREEN value IS 119 (46.88% from 255) = 32.34%
BLUE value IS 116 (45.70% from 255) = 31.52%
R=36.14%
G=32.34%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311911600.110.130.4810.596.8348.82
Hex8577740BD30b731
Octal205167164013156013761
Binary10000101111011111101000101111011100001011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857774; }

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

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

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

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

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

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

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

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