Html Css Color HEX #8A827C Hurricane

📋 copy color: '#8A827C'

red 138 ◦ green 130 ◦ blue 124

#8A827C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hurricane #8A827C

Tints of Hurricane #8A827C

RGB

 RED value IS 138 (54.3% from 255) = 35.2%

 GREEN value IS 130 (51.17% from 255) = 33.16%

 BLUE value IS 124 (48.83% from 255) = 31.63%

R = 35.2%
G = 33.16%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#8A827C (or 0x8A827C) is known color: 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

RGB 138 130 124 -
CMYK 0 0.06 0.10 0.46
HSL 25.71º 0.06% 0.51% -
HSV(B) 25.71º 0.1% 0.54% -
XYZ 22.1 22.82 22.31 -
YUV 131.71 123.65 132.49 -
System Red Green Blue C M Y K H S L
Decimal 138 130 124 0 0.06 0.10 0.46 25.71 0.06 0.51
Hex 8A 82 7C 0 6 A 2E 1A 6 33
Octal 212 202 174 0 6 12 56 32 6 63
Binary 10001010 10000010 1111100 0 110 1010 101110 11010 110 110011

Color Harmonies of #8A827C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A827C

Black with #8A827C

Text Example


Text Example

White with #8A827C

Text Example


Text Example

HTML Codes & Css Web 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>