Html Css Color HEX #8F7B8A Taupe Grey

📋 copy color: '#8F7B8A'

red 143 ◦ green 123 ◦ blue 138

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

Shades of Taupe Grey #8F7B8A

Tints of Taupe Grey #8F7B8A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.45%

 BLUE value IS 138 (54.3% from 255) = 34.16%

R = 35.4%
G = 30.45%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#8F7B8A (or 0x8F7B8A) is known color: Taupe Grey. HEX triplet: 8F, 7B and 8A. RGB value is (143,123,138). Sum of RGB (Red+Green+Blue) = 143+123+138=404 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.40% from 404); Green value is 123 (48.44% from 255 or 30.45% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7B8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7B8A is #708475. Grayscale: #828282. Windows color (decimal): -7373942 or 9075599. OLE color: 9075599.

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

Color convert

RGB 143 123 138 -
CMYK 0 0.14 0.03 0.44
HSL 315º 0.08% 0.52% -
HSV(B) 315º 0.14% 0.56% -
XYZ 23 21.84 27.05 -
YUV 130.69 132.13 136.78 -
System Red Green Blue C M Y K H S L
Decimal 143 123 138 0 0.14 0.03 0.44 315 0.08 0.52
Hex 8F 7B 8A 0 E 3 2C 13B 8 34
Octal 217 173 212 0 16 3 54 473 10 64
Binary 10001111 1111011 10001010 0 1110 11 101100 100111011 1000 110100

Color Harmonies of #8F7B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7B8A

Black with #8F7B8A

Text Example


Text Example

White with #8F7B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,123,138); }

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

background-color css

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

 a { background-color: rgb(143,123,138); }

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

border-color css

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

 span { border-color: rgb(143,123,138); }

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