Html Css Color HEX #8F768C Taupe Grey

📋 copy color: '#8F768C'

red 143 ◦ green 118 ◦ blue 140

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

Shades of Taupe Grey #8F768C

Tints of Taupe Grey #8F768C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.43%

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

R = 35.66%
G = 29.43%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#8F768C (or 0x8F768C) is known color: Taupe Grey. HEX triplet: 8F, 76 and 8C. RGB value is (143,118,140). Sum of RGB (Red+Green+Blue) = 143+118+140=401 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.66% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 143 - color contains mainly: red. Hex color #8F768C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F768C is #708973. Grayscale: #7F7F7F. Windows color (decimal): -7375220 or 9205391. OLE color: 9205391.

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

Color convert

RGB 143 118 140 -
CMYK 0 0.17 0.02 0.44
HSL 307.2º 0.1% 0.51% -
HSV(B) 307.2º 0.17% 0.56% -
XYZ 22.54 20.69 27.62 -
YUV 127.98 134.78 138.71 -
System Red Green Blue C M Y K H S L
Decimal 143 118 140 0 0.17 0.02 0.44 307.2 0.1 0.51
Hex 8F 76 8C 0 11 2 2C 133 A 33
Octal 217 166 214 0 21 2 54 463 12 63
Binary 10001111 1110110 10001100 0 10001 10 101100 100110011 1010 110011

Color Harmonies of #8F768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F768C

Black with #8F768C

Text Example


Text Example

White with #8F768C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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