#857C7A

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

Shades of Hurricane #857C7A

Tints of Hurricane #857C7A

Color information

#857C7A (or 0x857C7A) is unknown color: approx Hurricane. HEX triplet: 85, 7C and 7A. RGB value is (133,124,122). Sum of RGB (Red+Green+Blue) = 133+124+122=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 133 - color contains mainly: red. Hex color #857C7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857C7A is #7A8385. Grayscale: #7E7E7E. Windows color (decimal): -8029062 or 8027269. OLE color: 8027269.

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

Color convert

RGB133124122-
CMYK00.070.080.48
HSL10.91º4.31%50%-
HSV(B)10.91º8.27%52.16%-
XYZ20.3920.8121.35-
YUV126.46125.48132.66-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.09%
GREEN value IS 124 (48.83% from 255) = 32.72%
BLUE value IS 122 (48.05% from 255) = 32.19%
R=35.09%
G=32.72%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312412200.070.080.4810.914.3150
Hex857C7A07830b432
Octal20517417207106013462
Binary1000010111111001111010011110001100001011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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