#8B7E78

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

Shades of Hurricane #8B7E78

Tints of Hurricane #8B7E78

Color information

#8B7E78 (or 0x8B7E78) is unknown color: approx Hurricane. HEX triplet: 8B, 7E and 78. RGB value is (139,126,120). Sum of RGB (Red+Green+Blue) = 139+126+120=385 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.10% from 385); Green value is 126 (49.61% from 255 or 32.73% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7E78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7E78 is #748187. Grayscale: #818181. Windows color (decimal): -7635336 or 7896715. OLE color: 7896715.

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

Color convert

RGB139126120-
CMYK00.090.140.45
HSL18.95º7.57%50.78%-
HSV(B)18.95º13.67%54.51%-
XYZ21.521.7720.84-
YUV129.2122.81134.99-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.10%
GREEN value IS 126 (49.61% from 255) = 32.73%
BLUE value IS 120 (47.27% from 255) = 31.17%
R=36.10%
G=32.73%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912612000.090.140.4518.957.5750.78
Hex8B7E7809E2D13833
Octal2131761700111655231063
Binary1000101111111101111000010011110101101100111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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