#8C8580

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

Shades of Hurricane #8C8580

Tints of Hurricane #8C8580

Color information

#8C8580 (or 0x8C8580) is unknown color: approx Hurricane. HEX triplet: 8C, 85 and 80. RGB value is (140,133,128). Sum of RGB (Red+Green+Blue) = 140+133+128=401 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.91% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8580 is #737A7F. Grayscale: #868686. Windows color (decimal): -7568000 or 8422796. OLE color: 8422796.

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

Color convert

RGB140133128-
CMYK00.050.090.45
HSL25º4.96%52.55%-
HSV(B)25º8.57%54.9%-
XYZ23.123.9123.82-
YUV134.52124.32131.91-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.91%
GREEN value IS 133 (52.34% from 255) = 33.17%
BLUE value IS 128 (50.39% from 255) = 31.92%
R=34.91%
G=33.17%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013312800.050.090.45254.9652.55
Hex8C85800592D19535
Octal21420520005115531565
Binary1000110010000101100000000101100110110111001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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