#8B7974

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

Shades of Hurricane #8B7974

Tints of Hurricane #8B7974

Color information

#8B7974 (or 0x8B7974) is unknown color: approx Hurricane. HEX triplet: 8B, 79 and 74. RGB value is (139,121,116). Sum of RGB (Red+Green+Blue) = 139+121+116=376 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.97% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 116 (45.70% from 255 or 30.85% from 376); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7974 is #74868B. Grayscale: #7D7D7D. Windows color (decimal): -7636620 or 7633291. OLE color: 7633291.

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

Color convert

RGB139121116-
CMYK00.130.170.45
HSL13.04º9.02%50%-
HSV(B)13.04º16.55%54.51%-
XYZ20.6420.4219.38-
YUV125.81122.46137.41-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.97%
GREEN value IS 121 (47.66% from 255) = 32.18%
BLUE value IS 116 (45.70% from 255) = 30.85%
R=36.97%
G=32.18%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912111600.130.170.4513.049.0250
Hex8B79740D112Dd932
Octal2131711640152155151162
Binary1000101111110011110100011011000110110111011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,121,116); }

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

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

 a { background-color: rgb(139,121,116); }

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

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

 span { border-color: rgb(139,121,116); }

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