#8A766C

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

Shades of Hurricane #8A766C

Tints of Hurricane #8A766C

Color information

#8A766C (or 0x8A766C) is unknown color: approx Hurricane. HEX triplet: 8A, 76 and 6C. RGB value is (138,118,108). Sum of RGB (Red+Green+Blue) = 138+118+108=364 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.91% from 364); Green value is 118 (46.48% from 255 or 32.42% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 138 - color contains mainly: red. Hex color #8A766C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A766C is #758993. Grayscale: #7A7A7A. Windows color (decimal): -7702932 or 7108234. OLE color: 7108234.

HSL color Cylindrical-coordinate representation of color #8A766C: hue angle of 20º 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 #8A766C is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB138118108-
CMYK00.140.220.46
HSL20º12.2%48.24%-
HSV(B)20º21.74%54.12%-
XYZ19.6719.4416.9-
YUV122.84119.63138.81-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.91%
GREEN value IS 118 (46.48% from 255) = 32.42%
BLUE value IS 108 (42.58% from 255) = 29.67%
R=37.91%
G=32.42%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13811810800.140.220.462012.248.24
Hex8A766C0E162E14c30
Octal2121661540162656241460
Binary10001010111011011011000111010110101110101001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A766C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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