Html Css Color HEX #8C8689 Taupe Grey

📋 copy color: '#8C8689'

red 140 ◦ green 134 ◦ blue 137

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

Shades of Taupe Grey #8C8689

Tints of Taupe Grey #8C8689

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.6%

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

R = 34.06%
G = 32.6%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#8C8689 (or 0x8C8689) is known color: Taupe Grey. HEX triplet: 8C, 86 and 89. RGB value is (140,134,137). Sum of RGB (Red+Green+Blue) = 140+134+137=411 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.06% from 411); Green value is 134 (52.73% from 255 or 32.60% from 411); Blue value is 137 (53.91% from 255 or 33.33% from 411); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8689 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8689 is #737976. Grayscale: #888888. Windows color (decimal): -7567735 or 9012876. OLE color: 9012876.

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

Color convert

RGB 140 134 137 -
CMYK 0 0.04 0.02 0.45
HSL 330º 0.03% 0.54% -
HSV(B) 330º 0.04% 0.55% -
XYZ 23.86 24.43 27.13 -
YUV 136.14 128.49 130.76 -
System Red Green Blue C M Y K H S L
Decimal 140 134 137 0 0.04 0.02 0.45 330 0.03 0.54
Hex 8C 86 89 0 4 2 2D 14A 3 36
Octal 214 206 211 0 4 2 55 512 3 66
Binary 10001100 10000110 10001001 0 100 10 101101 101001010 11 110110

Color Harmonies of #8C8689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8689

Black with #8C8689

Text Example


Text Example

White with #8C8689

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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