Html Css Color HEX #917F8C Taupe Grey

📋 copy color: '#917F8C'

red 145 ◦ green 127 ◦ blue 140

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

Shades of Taupe Grey #917F8C

Tints of Taupe Grey #917F8C

RGB

 RED value IS 145 (57.03% from 255) = 35.19%

 GREEN value IS 127 (50% from 255) = 30.83%

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

R = 35.19%
G = 30.83%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.43

RGB Variations

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

Color information

#917F8C (or 0x917F8C) is known color: Taupe Grey. HEX triplet: 91, 7F and 8C. RGB value is (145,127,140). Sum of RGB (Red+Green+Blue) = 145+127+140=412 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.19% from 412); Green value is 127 (50% from 255 or 30.83% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 145 - color contains mainly: red. Hex color #917F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917F8C is #6E8073. Grayscale: #858585. Windows color (decimal): -7241844 or 9207697. OLE color: 9207697.

HSL color Cylindrical-coordinate representation of color #917F8C: hue angle of 316.67º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #917F8C is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 127 140 -
CMYK 0 0.12 0.03 0.43
HSL 316.67º 0.08% 0.53% -
HSV(B) 316.67º 0.12% 0.57% -
XYZ 24 23.09 28 -
YUV 133.86 131.46 135.94 -
System Red Green Blue C M Y K H S L
Decimal 145 127 140 0 0.12 0.03 0.43 316.67 0.08 0.53
Hex 91 7F 8C 0 C 3 2B 13D 8 35
Octal 221 177 214 0 14 3 53 475 10 65
Binary 10010001 1111111 10001100 0 1100 11 101011 100111101 1000 110101

Color Harmonies of #917F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917F8C

Black with #917F8C

Text Example


Text Example

White with #917F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917F8C; }

 p { color: rgb(145,127,140); }

 H1.HeaderClassName
 {
   color: #917F8C;
 }
 .AnyTagClassName
 {
   color: #917F8C;
 }
</style>

background-color css

<style>
 a { background-color: #917F8C; }

 a { background-color: rgb(145,127,140); }

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

border-color css

<style>
 span { border-color: #917F8C; }

 span { border-color: rgb(145,127,140); }

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