Html Css Color HEX #8F7E8B Taupe Grey

📋 copy color: '#8F7E8B'

red 143 ◦ green 126 ◦ blue 139

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

Shades of Taupe Grey #8F7E8B

Tints of Taupe Grey #8F7E8B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.88%

 BLUE value IS 139 (54.69% from 255) = 34.07%

R = 35.05%
G = 30.88%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#8F7E8B (or 0x8F7E8B) is known color: Taupe Grey. HEX triplet: 8F, 7E and 8B. RGB value is (143,126,139). Sum of RGB (Red+Green+Blue) = 143+126+139=408 (54% of max value = 765). Red value is 143 (56.25% from 255 or 35.05% from 408); Green value is 126 (49.61% from 255 or 30.88% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7E8B is #708174. Grayscale: #848484. Windows color (decimal): -7373173 or 9141903. OLE color: 9141903.

HSL color Cylindrical-coordinate representation of color #8F7E8B: hue angle of 314.12º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8F7E8B is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 126 139 -
CMYK 0 0.12 0.03 0.44
HSL 314.12º 0.07% 0.53% -
HSV(B) 314.12º 0.12% 0.56% -
XYZ 23.45 22.63 27.56 -
YUV 132.57 131.63 135.44 -
System Red Green Blue C M Y K H S L
Decimal 143 126 139 0 0.12 0.03 0.44 314.12 0.07 0.53
Hex 8F 7E 8B 0 C 3 2C 13A 7 35
Octal 217 176 213 0 14 3 54 472 7 65
Binary 10001111 1111110 10001011 0 1100 11 101100 100111010 111 110101

Color Harmonies of #8F7E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7E8B

Black with #8F7E8B

Text Example


Text Example

White with #8F7E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,126,139); }

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

background-color css

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

 a { background-color: rgb(143,126,139); }

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

border-color css

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

 span { border-color: rgb(143,126,139); }

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