Html Css Color HEX #8C8488 Taupe Grey

📋 copy color: '#8C8488'

red 140 ◦ green 132 ◦ blue 136

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

Shades of Taupe Grey #8C8488

Tints of Taupe Grey #8C8488

RGB

 RED value IS 140 (55.08% from 255) = 34.31%

 GREEN value IS 132 (51.95% from 255) = 32.35%

 BLUE value IS 136 (53.52% from 255) = 33.33%

R = 34.31%
G = 32.35%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.03

 K value IS 0.45

RGB Variations

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

Color information

#8C8488 (or 0x8C8488) is known color: Taupe Grey. HEX triplet: 8C, 84 and 88. RGB value is (140,132,136). Sum of RGB (Red+Green+Blue) = 140+132+136=408 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.31% from 408); Green value is 132 (51.95% from 255 or 32.35% from 408); Blue value is 136 (53.52% from 255 or 33.33% from 408); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8488 is #737B77. Grayscale: #868686. Windows color (decimal): -7568248 or 8946828. OLE color: 8946828.

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

Color convert

RGB 140 132 136 -
CMYK 0 0.06 0.03 0.45
HSL 330º 0.03% 0.53% -
HSV(B) 330º 0.06% 0.55% -
XYZ 23.51 23.86 26.66 -
YUV 134.85 128.65 131.67 -
System Red Green Blue C M Y K H S L
Decimal 140 132 136 0 0.06 0.03 0.45 330 0.03 0.53
Hex 8C 84 88 0 6 3 2D 14A 3 35
Octal 214 204 210 0 6 3 55 512 3 65
Binary 10001100 10000100 10001000 0 110 11 101101 101001010 11 110101

Color Harmonies of #8C8488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8488

Black with #8C8488

Text Example


Text Example

White with #8C8488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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