#8B8079

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

Shades of Hurricane #8B8079

Tints of Hurricane #8B8079

Color information

#8B8079 (or 0x8B8079) is unknown color: approx Hurricane. HEX triplet: 8B, 80 and 79. RGB value is (139,128,121). Sum of RGB (Red+Green+Blue) = 139+128+121=388 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.82% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 121 (47.66% from 255 or 31.19% from 388); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8079 is #747F86. Grayscale: #828282. Windows color (decimal): -7634823 or 7962763. OLE color: 7962763.

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

Color convert

RGB139128121-
CMYK00.080.130.45
HSL23.33º7.2%50.98%-
HSV(B)23.33º12.95%54.51%-
XYZ21.8222.3121.25-
YUV130.49122.64134.07-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.82%
GREEN value IS 128 (50.39% from 255) = 32.99%
BLUE value IS 121 (47.66% from 255) = 31.19%
R=35.82%
G=32.99%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912812100.080.130.4523.337.250.98
Hex8B807908D2D17733
Octal213200171010155527763
Binary1000101110000000111100101000110110110110111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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