Html Css Color HEX #8C7E89 Taupe Grey

📋 copy color: '#8C7E89'

red 140 ◦ green 126 ◦ blue 137

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

Shades of Taupe Grey #8C7E89

Tints of Taupe Grey #8C7E89

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.27%

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

R = 34.74%
G = 31.27%
B = 34%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#8C7E89 (or 0x8C7E89) is known color: Taupe Grey. HEX triplet: 8C, 7E and 89. RGB value is (140,126,137). Sum of RGB (Red+Green+Blue) = 140+126+137=403 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.74% from 403); Green value is 126 (49.61% from 255 or 31.27% from 403); Blue value is 137 (53.91% from 255 or 34.00% from 403); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7E89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7E89 is #738176. Grayscale: #838383. Windows color (decimal): -7569783 or 9010828. OLE color: 9010828.

HSL color Cylindrical-coordinate representation of color #8C7E89: hue angle of 312.86º degrees, saturation: 0.06, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8C7E89 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 126 137 -
CMYK 0 0.10 0.02 0.45
HSL 312.86º 0.06% 0.52% -
HSV(B) 312.86º 0.1% 0.55% -
XYZ 22.79 22.3 26.77 -
YUV 131.44 131.14 134.11 -
System Red Green Blue C M Y K H S L
Decimal 140 126 137 0 0.10 0.02 0.45 312.86 0.06 0.52
Hex 8C 7E 89 0 A 2 2D 139 6 34
Octal 214 176 211 0 12 2 55 471 6 64
Binary 10001100 1111110 10001001 0 1010 10 101101 100111001 110 110100

Color Harmonies of #8C7E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7E89

Black with #8C7E89

Text Example


Text Example

White with #8C7E89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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