Html Css Color HEX #8A817C Hurricane

📋 copy color: '#8A817C'

red 138 ◦ green 129 ◦ blue 124

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

Shades of Hurricane #8A817C

Tints of Hurricane #8A817C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.99%

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

R = 35.29%
G = 32.99%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#8A817C (or 0x8A817C) is known color: Hurricane. HEX triplet: 8A, 81 and 7C. RGB value is (138,129,124). Sum of RGB (Red+Green+Blue) = 138+129+124=391 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.29% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 138 - color contains mainly: red. Hex color #8A817C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A817C is #757E83. Grayscale: #838383. Windows color (decimal): -7700100 or 8159626. OLE color: 8159626.

HSL color Cylindrical-coordinate representation of color #8A817C: hue angle of 21.43º 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 #8A817C is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 129 124 -
CMYK 0 0.07 0.10 0.46
HSL 21.43º 0.06% 0.51% -
HSV(B) 21.43º 0.1% 0.54% -
XYZ 21.97 22.56 22.27 -
YUV 131.12 123.98 132.91 -
System Red Green Blue C M Y K H S L
Decimal 138 129 124 0 0.07 0.10 0.46 21.43 0.06 0.51
Hex 8A 81 7C 0 7 A 2E 15 6 33
Octal 212 201 174 0 7 12 56 25 6 63
Binary 10001010 10000001 1111100 0 111 1010 101110 10101 110 110011

Color Harmonies of #8A817C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A817C

Black with #8A817C

Text Example


Text Example

White with #8A817C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8A817C;
 }
 .AnyTagClassName
 {
   color: #8A817C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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