Html Css Color HEX #8F778E Taupe Grey

📋 copy color: '#8F778E'

red 143 ◦ green 119 ◦ blue 142

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

Shades of Taupe Grey #8F778E

Tints of Taupe Grey #8F778E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.46%

 BLUE value IS 142 (55.86% from 255) = 35.15%

R = 35.4%
G = 29.46%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#8F778E (or 0x8F778E) is known color: Taupe Grey. HEX triplet: 8F, 77 and 8E. RGB value is (143,119,142). Sum of RGB (Red+Green+Blue) = 143+119+142=404 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.40% from 404); Green value is 119 (46.88% from 255 or 29.46% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 143 - color contains mainly: red. Hex color #8F778E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F778E is #708871. Grayscale: #808080. Windows color (decimal): -7374962 or 9336719. OLE color: 9336719.

HSL color Cylindrical-coordinate representation of color #8F778E: hue angle of 302.5º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8F778E is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 119 142 -
CMYK 0 0.17 0.01 0.44
HSL 302.5º 0.1% 0.51% -
HSV(B) 302.5º 0.17% 0.56% -
XYZ 22.81 20.99 28.44 -
YUV 128.8 135.45 138.13 -
System Red Green Blue C M Y K H S L
Decimal 143 119 142 0 0.17 0.01 0.44 302.5 0.1 0.51
Hex 8F 77 8E 0 11 1 2C 12E A 33
Octal 217 167 216 0 21 1 54 456 12 63
Binary 10001111 1110111 10001110 0 10001 1 101100 100101110 1010 110011

Color Harmonies of #8F778E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F778E

Black with #8F778E

Text Example


Text Example

White with #8F778E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,119,142); }

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

background-color css

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

 a { background-color: rgb(143,119,142); }

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

border-color css

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

 span { border-color: rgb(143,119,142); }

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