#8B827C

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

Shades of Hurricane #8B827C

Tints of Hurricane #8B827C

Color information

#8B827C (or 0x8B827C) is unknown color: approx Hurricane. HEX triplet: 8B, 82 and 7C. RGB value is (139,130,124). Sum of RGB (Red+Green+Blue) = 139+130+124=393 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.37% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 139 - color contains mainly: red. Hex color #8B827C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B827C is #747D83. Grayscale: #848484. Windows color (decimal): -7634308 or 8159883. OLE color: 8159883.

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

Color convert

RGB139130124-
CMYK00.060.110.45
HSL24º6.07%51.57%-
HSV(B)24º10.79%54.51%-
XYZ22.2722.9122.32-
YUV132.01123.48132.99-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.37%
GREEN value IS 130 (51.17% from 255) = 33.08%
BLUE value IS 124 (48.83% from 255) = 31.55%
R=35.37%
G=33.08%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913012400.060.110.45246.0751.57
Hex8B827C06B2D18634
Octal21320217406135530664
Binary100010111000001011111000110101110110111000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B827C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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