#8C756C

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

Shades of Hurricane #8C756C

Tints of Hurricane #8C756C

Color information

#8C756C (or 0x8C756C) is unknown color: approx Hurricane. HEX triplet: 8C, 75 and 6C. RGB value is (140,117,108). Sum of RGB (Red+Green+Blue) = 140+117+108=365 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.36% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 140 - color contains mainly: red. Hex color #8C756C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C756C is #738A93. Grayscale: #7A7A7A. Windows color (decimal): -7572116 or 7107980. OLE color: 7107980.

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

Color convert

RGB140117108-
CMYK00.160.230.45
HSL16.87º12.9%48.63%-
HSV(B)16.87º22.86%54.9%-
XYZ19.8819.3816.88-
YUV122.85119.62140.23-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.36%
GREEN value IS 117 (46.09% from 255) = 32.05%
BLUE value IS 108 (42.58% from 255) = 29.59%
R=38.36%
G=32.05%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14011710800.160.230.4516.8712.948.63
Hex8C756C010172D11d31
Octal2141651540202755211561
Binary100011001110101110110001000010111101101100011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C756C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,117,108); }

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

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

 a { background-color: rgb(140,117,108); }

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

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

 span { border-color: rgb(140,117,108); }

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