#8B807C

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

Shades of Hurricane #8B807C

Tints of Hurricane #8B807C

Color information

#8B807C (or 0x8B807C) is unknown color: approx Hurricane. HEX triplet: 8B, 80 and 7C. RGB value is (139,128,124). Sum of RGB (Red+Green+Blue) = 139+128+124=391 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.55% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 139 - color contains mainly: red. Hex color #8B807C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B807C is #747F83. Grayscale: #828282. Windows color (decimal): -7634820 or 8159371. OLE color: 8159371.

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

Color convert

RGB139128124-
CMYK00.080.110.45
HSL16º6.07%51.57%-
HSV(B)16º10.79%54.51%-
XYZ2222.3822.23-
YUV130.83124.14133.83-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.55%
GREEN value IS 128 (50.39% from 255) = 32.74%
BLUE value IS 124 (48.83% from 255) = 31.71%
R=35.55%
G=32.74%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912812400.080.110.45166.0751.57
Hex8B807C08B2D10634
Octal213200174010135520664
Binary1000101110000000111110001000101110110110000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B807C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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