Html Css Color HEX #8C8288 Taupe Grey

📋 copy color: '#8C8288'

red 140 ◦ green 130 ◦ blue 136

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

Shades of Taupe Grey #8C8288

Tints of Taupe Grey #8C8288

RGB

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

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

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

R = 34.48%
G = 32.02%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.03

 K value IS 0.45

RGB Variations

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

Color information

#8C8288 (or 0x8C8288) is known color: Taupe Grey. HEX triplet: 8C, 82 and 88. RGB value is (140,130,136). Sum of RGB (Red+Green+Blue) = 140+130+136=406 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.48% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 136 (53.52% from 255 or 33.50% from 406); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8288 is #737D77. Grayscale: #858585. Windows color (decimal): -7568760 or 8946316. OLE color: 8946316.

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

Color convert

RGB 140 130 136 -
CMYK 0 0.07 0.03 0.45
HSL 324º 0.04% 0.53% -
HSV(B) 324º 0.07% 0.55% -
XYZ 23.24 23.32 26.57 -
YUV 133.67 129.31 132.51 -
System Red Green Blue C M Y K H S L
Decimal 140 130 136 0 0.07 0.03 0.45 324 0.04 0.53
Hex 8C 82 88 0 7 3 2D 144 4 35
Octal 214 202 210 0 7 3 55 504 4 65
Binary 10001100 10000010 10001000 0 111 11 101101 101000100 100 110101

Color Harmonies of #8C8288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8288

Black with #8C8288

Text Example


Text Example

White with #8C8288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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