Html Css Color HEX #8F7889 Taupe Grey

📋 copy color: '#8F7889'

red 143 ◦ green 120 ◦ blue 137

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

Shades of Taupe Grey #8F7889

Tints of Taupe Grey #8F7889

RGB

 RED value IS 143 (56.25% from 255) = 35.75%

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

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

R = 35.75%
G = 30%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#8F7889 (or 0x8F7889) is known color: Taupe Grey. HEX triplet: 8F, 78 and 89. RGB value is (143,120,137). Sum of RGB (Red+Green+Blue) = 143+120+137=400 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.75% from 400); Green value is 120 (47.27% from 255 or 30% from 400); Blue value is 137 (53.91% from 255 or 34.25% from 400); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7889 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7889 is #708776. Grayscale: #808080. Windows color (decimal): -7374711 or 9009295. OLE color: 9009295.

HSL color Cylindrical-coordinate representation of color #8F7889: hue angle of 315.65º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8F7889 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 120 137 -
CMYK 0 0.16 0.04 0.44
HSL 315.65º 0.09% 0.52% -
HSV(B) 315.65º 0.16% 0.56% -
XYZ 22.56 21.08 26.55 -
YUV 128.82 132.62 138.12 -
System Red Green Blue C M Y K H S L
Decimal 143 120 137 0 0.16 0.04 0.44 315.65 0.09 0.52
Hex 8F 78 89 0 10 4 2C 13C 9 34
Octal 217 170 211 0 20 4 54 474 11 64
Binary 10001111 1111000 10001001 0 10000 100 101100 100111100 1001 110100

Color Harmonies of #8F7889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7889

Black with #8F7889

Text Example


Text Example

White with #8F7889

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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