Html Css Color HEX #8F788C Taupe Grey

📋 copy color: '#8F788C'

red 143 ◦ green 120 ◦ blue 140

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

Shades of Taupe Grey #8F788C

Tints of Taupe Grey #8F788C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.74%

R = 35.48%
G = 29.78%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#8F788C (or 0x8F788C) is known color: Taupe Grey. HEX triplet: 8F, 78 and 8C. RGB value is (143,120,140). Sum of RGB (Red+Green+Blue) = 143+120+140=403 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.48% from 403); Green value is 120 (47.27% from 255 or 29.78% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 143 - color contains mainly: red. Hex color #8F788C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F788C is #708773. Grayscale: #818181. Windows color (decimal): -7374708 or 9205903. OLE color: 9205903.

HSL color Cylindrical-coordinate representation of color #8F788C: hue angle of 307.83º 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 #8F788C is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 120 140 -
CMYK 0 0.16 0.02 0.44
HSL 307.83º 0.09% 0.52% -
HSV(B) 307.83º 0.16% 0.56% -
XYZ 22.78 21.17 27.7 -
YUV 129.16 134.12 137.87 -
System Red Green Blue C M Y K H S L
Decimal 143 120 140 0 0.16 0.02 0.44 307.83 0.09 0.52
Hex 8F 78 8C 0 10 2 2C 134 9 34
Octal 217 170 214 0 20 2 54 464 11 64
Binary 10001111 1111000 10001100 0 10000 10 101100 100110100 1001 110100

Color Harmonies of #8F788C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F788C

Black with #8F788C

Text Example


Text Example

White with #8F788C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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