#8B7872

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

Shades of Hurricane #8B7872

Tints of Hurricane #8B7872

Color information

#8B7872 (or 0x8B7872) is unknown color: approx Hurricane. HEX triplet: 8B, 78 and 72. RGB value is (139,120,114). Sum of RGB (Red+Green+Blue) = 139+120+114=373 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.27% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7872 is #74878D. Grayscale: #7D7D7D. Windows color (decimal): -7636878 or 7501963. OLE color: 7501963.

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

Color convert

RGB139120114-
CMYK00.140.180.45
HSL14.4º9.88%49.61%-
HSV(B)14.4º17.99%54.51%-
XYZ20.420.1418.73-
YUV125121.79137.99-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.27%
GREEN value IS 120 (47.27% from 255) = 32.17%
BLUE value IS 114 (44.92% from 255) = 30.56%
R=37.27%
G=32.17%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912011400.140.180.4514.49.8849.61
Hex8B78720E122Dea32
Octal2131701620162255161262
Binary1000101111110001110010011101001010110111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,120,114); }

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

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

 a { background-color: rgb(139,120,114); }

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

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

 span { border-color: rgb(139,120,114); }

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