#8A756C

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

Shades of Hurricane #8A756C

Tints of Hurricane #8A756C

Color information

#8A756C (or 0x8A756C) is unknown color: approx Hurricane. HEX triplet: 8A, 75 and 6C. RGB value is (138,117,108). Sum of RGB (Red+Green+Blue) = 138+117+108=363 (48% of max value = 765). Red value is 138 (54.30% from 255 or 38.02% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 138 - color contains mainly: red. Hex color #8A756C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A756C is #758A93. Grayscale: #7A7A7A. Windows color (decimal): -7703188 or 7107978. OLE color: 7107978.

HSL color Cylindrical-coordinate representation of color #8A756C: hue angle of 18º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8A756C is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB138117108-
CMYK00.150.220.46
HSL18º12.2%48.24%-
HSV(B)18º21.74%54.12%-
XYZ19.5519.2116.86-
YUV122.25119.96139.23-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.02%
GREEN value IS 117 (46.09% from 255) = 32.23%
BLUE value IS 108 (42.58% from 255) = 29.75%
R=38.02%
G=32.23%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13811710800.150.220.461812.248.24
Hex8A756C0F162E12c30
Octal2121651540172656221460
Binary10001010111010111011000111110110101110100101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A756C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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