Html Css Color HEX #8C7389 Taupe Grey

📋 copy color: '#8C7389'

red 140 ◦ green 115 ◦ blue 137

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

Shades of Taupe Grey #8C7389

Tints of Taupe Grey #8C7389

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.34%

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

R = 35.71%
G = 29.34%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#8C7389 (or 0x8C7389) is known color: Taupe Grey. HEX triplet: 8C, 73 and 89. RGB value is (140,115,137). Sum of RGB (Red+Green+Blue) = 140+115+137=392 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.71% from 392); Green value is 115 (45.31% from 255 or 29.34% from 392); Blue value is 137 (53.91% from 255 or 34.95% from 392); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7389 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7389 is #738C76. Grayscale: #7C7C7C. Windows color (decimal): -7572599 or 9008012. OLE color: 9008012.

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

Color convert

RGB 140 115 137 -
CMYK 0 0.18 0.02 0.45
HSL 307.2º 0.1% 0.5% -
HSV(B) 307.2º 0.18% 0.55% -
XYZ 21.46 19.64 26.33 -
YUV 124.98 134.78 138.71 -
System Red Green Blue C M Y K H S L
Decimal 140 115 137 0 0.18 0.02 0.45 307.2 0.1 0.5
Hex 8C 73 89 0 12 2 2D 133 A 32
Octal 214 163 211 0 22 2 55 463 12 62
Binary 10001100 1110011 10001001 0 10010 10 101101 100110011 1010 110010

Color Harmonies of #8C7389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7389

Black with #8C7389

Text Example


Text Example

White with #8C7389

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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