#8B827B

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

Shades of Hurricane #8B827B

Tints of Hurricane #8B827B

Color information

#8B827B (or 0x8B827B) is unknown color: approx Hurricane. HEX triplet: 8B, 82 and 7B. RGB value is (139,130,123). Sum of RGB (Red+Green+Blue) = 139+130+123=392 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.46% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 139 - color contains mainly: red. Hex color #8B827B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B827B is #747D84. Grayscale: #838383. Windows color (decimal): -7634309 or 8094347. OLE color: 8094347.

HSL color Cylindrical-coordinate representation of color #8B827B: hue angle of 26.25º 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 #8B827B is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB139130123-
CMYK00.060.120.45
HSL26.25º6.45%51.37%-
HSV(B)26.25º11.51%54.51%-
XYZ22.2122.8821.99-
YUV131.89122.98133.07-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.46%
GREEN value IS 130 (51.17% from 255) = 33.16%
BLUE value IS 123 (48.44% from 255) = 31.38%
R=35.46%
G=33.16%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913012300.060.120.4526.256.4551.37
Hex8B827B06C2D1a633
Octal21320217306145532663
Binary100010111000001011110110110110010110111010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B827B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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