#857A75

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

Shades of Hurricane #857A75

Tints of Hurricane #857A75

Color information

#857A75 (or 0x857A75) is unknown color: approx Hurricane. HEX triplet: 85, 7A and 75. RGB value is (133,122,117). Sum of RGB (Red+Green+Blue) = 133+122+117=372 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.75% from 372); Green value is 122 (48.05% from 255 or 32.80% from 372); Blue value is 117 (46.09% from 255 or 31.45% from 372); Max value from RGB is 133 - color contains mainly: red. Hex color #857A75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857A75 is #7A858A. Grayscale: #7C7C7C. Windows color (decimal): -8029579 or 7699077. OLE color: 7699077.

HSL color Cylindrical-coordinate representation of color #857A75: hue angle of 18.75º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #857A75 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB133122117-
CMYK00.080.120.48
HSL18.75º6.4%49.02%-
HSV(B)18.75º12.03%52.16%-
XYZ19.8420.1919.68-
YUV124.72123.64133.91-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.75%
GREEN value IS 122 (48.05% from 255) = 32.80%
BLUE value IS 117 (46.09% from 255) = 31.45%
R=35.75%
G=32.80%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312211700.080.120.4818.756.449.02
Hex857A7508C3013631
Octal205172165010146023661
Binary100001011111010111010101000110011000010011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,122,117); }

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

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

 a { background-color: rgb(133,122,117); }

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

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

 span { border-color: rgb(133,122,117); }

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