#8B7D76

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

Shades of Hurricane #8B7D76

Tints of Hurricane #8B7D76

Color information

#8B7D76 (or 0x8B7D76) is unknown color: approx Hurricane. HEX triplet: 8B, 7D and 76. RGB value is (139,125,118). Sum of RGB (Red+Green+Blue) = 139+125+118=382 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.39% from 382); Green value is 125 (49.22% from 255 or 32.72% from 382); Blue value is 118 (46.48% from 255 or 30.89% from 382); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7D76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7D76 is #748289. Grayscale: #808080. Windows color (decimal): -7635594 or 7765387. OLE color: 7765387.

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

Color convert

RGB139125118-
CMYK00.100.150.45
HSL20º8.3%50.39%-
HSV(B)20º15.11%54.51%-
XYZ21.2521.4620.16-
YUV128.39122.14135.57-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.39%
GREEN value IS 125 (49.22% from 255) = 32.72%
BLUE value IS 118 (46.48% from 255) = 30.89%
R=36.39%
G=32.72%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912511800.100.150.45208.350.39
Hex8B7D760AF2D14832
Octal2131751660121755241062
Binary1000101111111011110110010101111101101101001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,125,118); }

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

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

 a { background-color: rgb(139,125,118); }

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

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

 span { border-color: rgb(139,125,118); }

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