Html Css Color HEX #8C8389 Taupe Grey

📋 copy color: '#8C8389'

red 140 ◦ green 131 ◦ blue 137

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

Shades of Taupe Grey #8C8389

Tints of Taupe Grey #8C8389

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.11%

 BLUE value IS 137 (53.91% from 255) = 33.58%

R = 34.31%
G = 32.11%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#8C8389 (or 0x8C8389) is known color: Taupe Grey. HEX triplet: 8C, 83 and 89. RGB value is (140,131,137). Sum of RGB (Red+Green+Blue) = 140+131+137=408 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.31% from 408); Green value is 131 (51.56% from 255 or 32.11% from 408); Blue value is 137 (53.91% from 255 or 33.58% from 408); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8389 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8389 is #737C76. Grayscale: #868686. Windows color (decimal): -7568503 or 9012108. OLE color: 9012108.

HSL color Cylindrical-coordinate representation of color #8C8389: hue angle of 320º degrees, saturation: 0.04, 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 #8C8389 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 131 137 -
CMYK 0 0.06 0.02 0.45
HSL 320º 0.04% 0.53% -
HSV(B) 320º 0.06% 0.55% -
XYZ 23.45 23.61 26.99 -
YUV 134.38 129.48 132.01 -
System Red Green Blue C M Y K H S L
Decimal 140 131 137 0 0.06 0.02 0.45 320 0.04 0.53
Hex 8C 83 89 0 6 2 2D 140 4 35
Octal 214 203 211 0 6 2 55 500 4 65
Binary 10001100 10000011 10001001 0 110 10 101101 101000000 100 110101

Color Harmonies of #8C8389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8389

Black with #8C8389

Text Example


Text Example

White with #8C8389

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,131,137); }

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

background-color css

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

 a { background-color: rgb(140,131,137); }

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

border-color css

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

 span { border-color: rgb(140,131,137); }

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