#8D7E77

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

Shades of Hurricane #8D7E77

Tints of Hurricane #8D7E77

Color information

#8D7E77 (or 0x8D7E77) is unknown color: approx Hurricane. HEX triplet: 8D, 7E and 77. RGB value is (141,126,119). Sum of RGB (Red+Green+Blue) = 141+126+119=386 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.53% from 386); Green value is 126 (49.61% from 255 or 32.64% from 386); Blue value is 119 (46.88% from 255 or 30.83% from 386); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7E77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7E77 is #728188. Grayscale: #818181. Windows color (decimal): -7504265 or 7831181. OLE color: 7831181.

HSL color Cylindrical-coordinate representation of color #8D7E77: hue angle of 19.09º 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 #8D7E77 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB141126119-
CMYK00.110.160.45
HSL19.09º8.8%50.98%-
HSV(B)19.09º15.6%55.29%-
XYZ21.7821.9220.54-
YUV129.69121.97136.07-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.53%
GREEN value IS 126 (49.61% from 255) = 32.64%
BLUE value IS 119 (46.88% from 255) = 30.83%
R=36.53%
G=32.64%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14112611900.110.160.4519.098.850.98
Hex8D7E770B102D13933
Octal2151761670132055231163
Binary10001101111111011101110101110000101101100111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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