Html Css Color HEX #8A8884 Heathered Grey

📋 copy color: '#8A8884'

red 138 ◦ green 136 ◦ blue 132

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

Shades of Heathered Grey #8A8884

Tints of Heathered Grey #8A8884

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.5%

 BLUE value IS 132 (51.95% from 255) = 32.51%

R = 33.99%
G = 33.5%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#8A8884 (or 0x8A8884) is known color: Heathered Grey. HEX triplet: 8A, 88 and 84. RGB value is (138,136,132). Sum of RGB (Red+Green+Blue) = 138+136+132=406 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.99% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 132 (51.95% from 255 or 32.51% from 406); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8884 is #75777B. Grayscale: #888888. Windows color (decimal): -7698300 or 8685706. OLE color: 8685706.

HSL color Cylindrical-coordinate representation of color #8A8884: hue angle of 40º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #8A8884 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 136 132 -
CMYK 0 0.01 0.04 0.46
HSL 40º 0.03% 0.53% -
HSV(B) 40º 0.04% 0.54% -
XYZ 23.45 24.68 25.36 -
YUV 136.14 125.66 129.33 -
System Red Green Blue C M Y K H S L
Decimal 138 136 132 0 0.01 0.04 0.46 40 0.03 0.53
Hex 8A 88 84 0 1 4 2E 28 2 35
Octal 212 210 204 0 1 4 56 50 2 65
Binary 10001010 10001000 10000100 0 1 100 101110 101000 10 110101

Color Harmonies of #8A8884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8884

Black with #8A8884

Text Example


Text Example

White with #8A8884

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,136,132); }

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

background-color css

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

 a { background-color: rgb(138,136,132); }

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

border-color css

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

 span { border-color: rgb(138,136,132); }

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