#8D8077

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

Shades of Hurricane #8D8077

Tints of Hurricane #8D8077

Color information

#8D8077 (or 0x8D8077) is unknown color: approx Hurricane. HEX triplet: 8D, 80 and 77. RGB value is (141,128,119). Sum of RGB (Red+Green+Blue) = 141+128+119=388 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.34% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 119 (46.88% from 255 or 30.67% from 388); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8077 is #727F88. Grayscale: #828282. Windows color (decimal): -7503753 or 7831693. OLE color: 7831693.

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

Color convert

RGB141128119-
CMYK00.090.160.45
HSL24.55º8.8%50.98%-
HSV(B)24.55º15.6%55.29%-
XYZ22.0322.4320.62-
YUV130.86121.31135.23-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.34%
GREEN value IS 128 (50.39% from 255) = 32.99%
BLUE value IS 119 (46.88% from 255) = 30.67%
R=36.34%
G=32.99%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14112811900.090.160.4524.558.850.98
Hex8D807709102D19933
Octal2152001670112055311163
Binary100011011000000011101110100110000101101110011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,128,119); }

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

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

 a { background-color: rgb(141,128,119); }

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

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

 span { border-color: rgb(141,128,119); }

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