Html Css Color HEX #8C7289 Taupe Grey

📋 copy color: '#8C7289'

red 140 ◦ green 114 ◦ blue 137

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

Shades of Taupe Grey #8C7289

Tints of Taupe Grey #8C7289

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.16%

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

R = 35.81%
G = 29.16%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#8C7289 (or 0x8C7289) is known color: Taupe Grey. HEX triplet: 8C, 72 and 89. RGB value is (140,114,137). Sum of RGB (Red+Green+Blue) = 140+114+137=391 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.81% from 391); Green value is 114 (44.92% from 255 or 29.16% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7289 is #738D76. Grayscale: #7C7C7C. Windows color (decimal): -7572855 or 9007756. OLE color: 9007756.

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

Color convert

RGB 140 114 137 -
CMYK 0 0.19 0.02 0.45
HSL 306.92º 0.1% 0.5% -
HSV(B) 306.92º 0.19% 0.55% -
XYZ 21.35 19.42 26.29 -
YUV 124.4 135.11 139.13 -
System Red Green Blue C M Y K H S L
Decimal 140 114 137 0 0.19 0.02 0.45 306.92 0.1 0.5
Hex 8C 72 89 0 13 2 2D 133 A 32
Octal 214 162 211 0 23 2 55 463 12 62
Binary 10001100 1110010 10001001 0 10011 10 101101 100110011 1010 110010

Color Harmonies of #8C7289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7289

Black with #8C7289

Text Example


Text Example

White with #8C7289

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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