Html Css Color HEX #8C7F89 Taupe Grey

📋 copy color: '#8C7F89'

red 140 ◦ green 127 ◦ blue 137

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

Shades of Taupe Grey #8C7F89

Tints of Taupe Grey #8C7F89

RGB

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

 GREEN value IS 127 (50% from 255) = 31.44%

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

R = 34.65%
G = 31.44%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#8C7F89 (or 0x8C7F89) is known color: Taupe Grey. HEX triplet: 8C, 7F and 89. RGB value is (140,127,137). Sum of RGB (Red+Green+Blue) = 140+127+137=404 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.65% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 137 (53.91% from 255 or 33.91% from 404); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7F89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7F89 is #738076. Grayscale: #848484. Windows color (decimal): -7569527 or 9011084. OLE color: 9011084.

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

Color convert

RGB 140 127 137 -
CMYK 0 0.09 0.02 0.45
HSL 313.85º 0.05% 0.52% -
HSV(B) 313.85º 0.09% 0.55% -
XYZ 22.92 22.56 26.81 -
YUV 132.03 130.81 133.69 -
System Red Green Blue C M Y K H S L
Decimal 140 127 137 0 0.09 0.02 0.45 313.85 0.05 0.52
Hex 8C 7F 89 0 9 2 2D 13A 5 34
Octal 214 177 211 0 11 2 55 472 5 64
Binary 10001100 1111111 10001001 0 1001 10 101101 100111010 101 110100

Color Harmonies of #8C7F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7F89

Black with #8C7F89

Text Example


Text Example

White with #8C7F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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