#8C8179

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

Shades of Hurricane #8C8179

Tints of Hurricane #8C8179

Color information

#8C8179 (or 0x8C8179) is unknown color: approx Hurricane. HEX triplet: 8C, 81 and 79. RGB value is (140,129,121). Sum of RGB (Red+Green+Blue) = 140+129+121=390 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.90% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8179 is #737E86. Grayscale: #838383. Windows color (decimal): -7569031 or 7963020. OLE color: 7963020.

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

Color convert

RGB140129121-
CMYK00.080.140.45
HSL25.26º7.63%51.18%-
HSV(B)25.26º13.57%54.9%-
XYZ22.1222.6621.3-
YUV131.38122.14134.15-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.90%
GREEN value IS 129 (50.78% from 255) = 33.08%
BLUE value IS 121 (47.66% from 255) = 31.03%
R=35.90%
G=33.08%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14012912100.080.140.4525.267.6351.18
Hex8C817908E2D19833
Octal2142011710101655311063
Binary10001100100000011111001010001110101101110011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,129,121); }

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

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

 a { background-color: rgb(140,129,121); }

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

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

 span { border-color: rgb(140,129,121); }

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