#8A827C

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

Shades of Hurricane #8A827C

Tints of Hurricane #8A827C

Color information

#8A827C (or 0x8A827C) is unknown color: approx Hurricane. HEX triplet: 8A, 82 and 7C. RGB value is (138,130,124). Sum of RGB (Red+Green+Blue) = 138+130+124=392 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.20% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 138 - color contains mainly: red. Hex color #8A827C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A827C is #757D83. Grayscale: #838383. Windows color (decimal): -7699844 or 8159882. OLE color: 8159882.

HSL color Cylindrical-coordinate representation of color #8A827C: hue angle of 25.71º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8A827C is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB138130124-
CMYK00.060.100.46
HSL25.71º5.65%51.37%-
HSV(B)25.71º10.14%54.12%-
XYZ22.122.8222.31-
YUV131.71123.65132.49-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.20%
GREEN value IS 130 (51.17% from 255) = 33.16%
BLUE value IS 124 (48.83% from 255) = 31.63%
R=35.20%
G=33.16%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13813012400.060.100.4625.715.6551.37
Hex8A827C06A2E1a633
Octal21220217406125632663
Binary100010101000001011111000110101010111011010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A827C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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