Html Css Color HEX #8C7889 Taupe Grey

📋 copy color: '#8C7889'

red 140 ◦ green 120 ◦ blue 137

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

Shades of Taupe Grey #8C7889

Tints of Taupe Grey #8C7889

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.23%

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

R = 35.26%
G = 30.23%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#8C7889 (or 0x8C7889) is known color: Taupe Grey. HEX triplet: 8C, 78 and 89. RGB value is (140,120,137). Sum of RGB (Red+Green+Blue) = 140+120+137=397 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.26% from 397); Green value is 120 (47.27% from 255 or 30.23% from 397); Blue value is 137 (53.91% from 255 or 34.51% from 397); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7889 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7889 is #738776. Grayscale: #7F7F7F. Windows color (decimal): -7571319 or 9009292. OLE color: 9009292.

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

Color convert

RGB 140 120 137 -
CMYK 0 0.14 0.02 0.45
HSL 309º 0.08% 0.51% -
HSV(B) 309º 0.14% 0.55% -
XYZ 22.05 20.81 26.52 -
YUV 127.92 133.13 136.62 -
System Red Green Blue C M Y K H S L
Decimal 140 120 137 0 0.14 0.02 0.45 309 0.08 0.51
Hex 8C 78 89 0 E 2 2D 135 8 33
Octal 214 170 211 0 16 2 55 465 10 63
Binary 10001100 1111000 10001001 0 1110 10 101101 100110101 1000 110011

Color Harmonies of #8C7889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7889

Black with #8C7889

Text Example


Text Example

White with #8C7889

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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