#8B807B

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

Shades of Hurricane #8B807B

Tints of Hurricane #8B807B

Color information

#8B807B (or 0x8B807B) is unknown color: approx Hurricane. HEX triplet: 8B, 80 and 7B. RGB value is (139,128,123). Sum of RGB (Red+Green+Blue) = 139+128+123=390 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.64% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 139 - color contains mainly: red. Hex color #8B807B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B807B is #747F84. Grayscale: #828282. Windows color (decimal): -7634821 or 8093835. OLE color: 8093835.

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

Color convert

RGB139128123-
CMYK00.080.120.45
HSL18.75º6.45%51.37%-
HSV(B)18.75º11.51%54.51%-
XYZ21.9422.3621.9-
YUV130.72123.64133.91-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.64%
GREEN value IS 128 (50.39% from 255) = 32.82%
BLUE value IS 123 (48.44% from 255) = 31.54%
R=35.64%
G=32.82%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912812300.080.120.4518.756.4551.37
Hex8B807B08C2D13633
Octal213200173010145523663
Binary1000101110000000111101101000110010110110011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B807B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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