#857E7A

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

Shades of Hurricane #857E7A

Tints of Hurricane #857E7A

Color information

#857E7A (or 0x857E7A) is unknown color: approx Hurricane. HEX triplet: 85, 7E and 7A. RGB value is (133,126,122). Sum of RGB (Red+Green+Blue) = 133+126+122=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 126 (49.61% from 255 or 33.07% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 133 - color contains mainly: red. Hex color #857E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857E7A is #7A8185. Grayscale: #7F7F7F. Windows color (decimal): -8028550 or 8027781. OLE color: 8027781.

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

Color convert

RGB133126122-
CMYK00.050.080.48
HSL21.82º4.31%50%-
HSV(B)21.82º8.27%52.16%-
XYZ20.6521.3121.44-
YUV127.64124.82131.83-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.91%
GREEN value IS 126 (49.61% from 255) = 33.07%
BLUE value IS 122 (48.05% from 255) = 32.02%
R=34.91%
G=33.07%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312612200.050.080.4821.824.3150
Hex857E7A0583016432
Octal20517617205106026462
Binary10000101111111011110100101100011000010110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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