Html Css Color HEX #8C8089 Taupe Grey

📋 copy color: '#8C8089'

red 140 ◦ green 128 ◦ blue 137

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

Shades of Taupe Grey #8C8089

Tints of Taupe Grey #8C8089

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.6%

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

R = 34.57%
G = 31.6%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#8C8089 (or 0x8C8089) is known color: Taupe Grey. HEX triplet: 8C, 80 and 89. RGB value is (140,128,137). Sum of RGB (Red+Green+Blue) = 140+128+137=405 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.57% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 137 (53.91% from 255 or 33.83% from 405); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8089 is #737F76. Grayscale: #848484. Windows color (decimal): -7569271 or 9011340. OLE color: 9011340.

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

Color convert

RGB 140 128 137 -
CMYK 0 0.09 0.02 0.45
HSL 315º 0.05% 0.53% -
HSV(B) 315º 0.09% 0.55% -
XYZ 23.05 22.82 26.86 -
YUV 132.61 130.48 133.27 -
System Red Green Blue C M Y K H S L
Decimal 140 128 137 0 0.09 0.02 0.45 315 0.05 0.53
Hex 8C 80 89 0 9 2 2D 13B 5 35
Octal 214 200 211 0 11 2 55 473 5 65
Binary 10001100 10000000 10001001 0 1001 10 101101 100111011 101 110101

Color Harmonies of #8C8089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8089

Black with #8C8089

Text Example


Text Example

White with #8C8089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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