#8B827E

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

Shades of Hurricane #8B827E

Tints of Hurricane #8B827E

Color information

#8B827E (or 0x8B827E) is unknown color: approx Hurricane. HEX triplet: 8B, 82 and 7E. RGB value is (139,130,126). Sum of RGB (Red+Green+Blue) = 139+130+126=395 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.19% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 139 - color contains mainly: red. Hex color #8B827E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B827E is #747D81. Grayscale: #848484. Windows color (decimal): -7634306 or 8290955. OLE color: 8290955.

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

Color convert

RGB139130126-
CMYK00.060.090.45
HSL18.46º5.31%51.96%-
HSV(B)18.46º9.35%54.51%-
XYZ22.422.9622.99-
YUV132.24124.48132.83-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.19%
GREEN value IS 130 (51.17% from 255) = 32.91%
BLUE value IS 126 (49.61% from 255) = 31.90%
R=35.19%
G=32.91%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913012600.060.090.4518.465.3151.96
Hex8B827E0692D12534
Octal21320217606115522564
Binary100010111000001011111100110100110110110010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B827E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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