Html Css Color HEX #8C8189 Taupe Grey

📋 copy color: '#8C8189'

red 140 ◦ green 129 ◦ blue 137

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

Shades of Taupe Grey #8C8189

Tints of Taupe Grey #8C8189

RGB

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

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

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

R = 34.48%
G = 31.77%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#8C8189 (or 0x8C8189) is known color: Taupe Grey. HEX triplet: 8C, 81 and 89. RGB value is (140,129,137). Sum of RGB (Red+Green+Blue) = 140+129+137=406 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.48% from 406); Green value is 129 (50.78% from 255 or 31.77% from 406); Blue value is 137 (53.91% from 255 or 33.74% from 406); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8189 is #737E76. Grayscale: #858585. Windows color (decimal): -7569015 or 9011596. OLE color: 9011596.

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

Color convert

RGB 140 129 137 -
CMYK 0 0.08 0.02 0.45
HSL 316.36º 0.05% 0.53% -
HSV(B) 316.36º 0.08% 0.55% -
XYZ 23.18 23.08 26.9 -
YUV 133.2 130.14 132.85 -
System Red Green Blue C M Y K H S L
Decimal 140 129 137 0 0.08 0.02 0.45 316.36 0.05 0.53
Hex 8C 81 89 0 8 2 2D 13C 5 35
Octal 214 201 211 0 10 2 55 474 5 65
Binary 10001100 10000001 10001001 0 1000 10 101101 100111100 101 110101

Color Harmonies of #8C8189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8189

Black with #8C8189

Text Example


Text Example

White with #8C8189

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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