#8C807C

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

Shades of Hurricane #8C807C

Tints of Hurricane #8C807C

Color information

#8C807C (or 0x8C807C) is unknown color: approx Hurricane. HEX triplet: 8C, 80 and 7C. RGB value is (140,128,124). Sum of RGB (Red+Green+Blue) = 140+128+124=392 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.71% from 392); Green value is 128 (50.39% from 255 or 32.65% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 140 - color contains mainly: red. Hex color #8C807C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C807C is #737F83. Grayscale: #838383. Windows color (decimal): -7569284 or 8159372. OLE color: 8159372.

HSL color Cylindrical-coordinate representation of color #8C807C: hue angle of 15º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8C807C is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB140128124-
CMYK00.090.110.45
HSL15º6.5%51.76%-
HSV(B)15º11.43%54.9%-
XYZ22.1722.4722.24-
YUV131.13123.98134.33-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.71%
GREEN value IS 128 (50.39% from 255) = 32.65%
BLUE value IS 124 (48.83% from 255) = 31.63%
R=35.71%
G=32.65%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14012812400.090.110.45156.551.76
Hex8C807C09B2Df734
Octal214200174011135517764
Binary100011001000000011111000100110111011011111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C807C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C807C; }

 p { color: rgb(140,128,124); }

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

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

 a { background-color: rgb(140,128,124); }

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

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

 span { border-color: rgb(140,128,124); }

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