Html Css Color HEX #8F738D Taupe Grey

📋 copy color: '#8F738D'

red 143 ◦ green 115 ◦ blue 141

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

Shades of Taupe Grey #8F738D

Tints of Taupe Grey #8F738D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.82%

 BLUE value IS 141 (55.47% from 255) = 35.34%

R = 35.84%
G = 28.82%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#8F738D (or 0x8F738D) is known color: Taupe Grey. HEX triplet: 8F, 73 and 8D. RGB value is (143,115,141). Sum of RGB (Red+Green+Blue) = 143+115+141=399 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.84% from 399); Green value is 115 (45.31% from 255 or 28.82% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 143 - color contains mainly: red. Hex color #8F738D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F738D is #708C72. Grayscale: #7E7E7E. Windows color (decimal): -7375987 or 9270159. OLE color: 9270159.

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

Color convert

RGB 143 115 141 -
CMYK 0 0.20 0.01 0.44
HSL 304.29º 0.11% 0.51% -
HSV(B) 304.29º 0.2% 0.56% -
XYZ 22.27 20.02 27.89 -
YUV 126.34 136.28 139.89 -
System Red Green Blue C M Y K H S L
Decimal 143 115 141 0 0.20 0.01 0.44 304.29 0.11 0.51
Hex 8F 73 8D 0 14 1 2C 130 B 33
Octal 217 163 215 0 24 1 54 460 13 63
Binary 10001111 1110011 10001101 0 10100 1 101100 100110000 1011 110011

Color Harmonies of #8F738D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F738D

Black with #8F738D

Text Example


Text Example

White with #8F738D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,115,141); }

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

background-color css

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

 a { background-color: rgb(143,115,141); }

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

border-color css

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

 span { border-color: rgb(143,115,141); }

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