Html Css Color HEX #917E8E Taupe Grey

📋 copy color: '#917E8E'

red 145 ◦ green 126 ◦ blue 142

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

Shades of Taupe Grey #917E8E

Tints of Taupe Grey #917E8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.38%

R = 35.11%
G = 30.51%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.43

RGB Variations

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

Color information

#917E8E (or 0x917E8E) is known color: Taupe Grey. HEX triplet: 91, 7E and 8E. RGB value is (145,126,142). Sum of RGB (Red+Green+Blue) = 145+126+142=413 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.11% from 413); Green value is 126 (49.61% from 255 or 30.51% from 413); Blue value is 142 (55.86% from 255 or 34.38% from 413); Max value from RGB is 145 - color contains mainly: red. Hex color #917E8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917E8E is #6E8171. Grayscale: #858585. Windows color (decimal): -7242098 or 9338513. OLE color: 9338513.

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

Color convert

RGB 145 126 142 -
CMYK 0 0.13 0.02 0.43
HSL 309.47º 0.08% 0.53% -
HSV(B) 309.47º 0.13% 0.57% -
XYZ 24.02 22.89 28.74 -
YUV 133.51 132.79 136.2 -
System Red Green Blue C M Y K H S L
Decimal 145 126 142 0 0.13 0.02 0.43 309.47 0.08 0.53
Hex 91 7E 8E 0 D 2 2B 135 8 35
Octal 221 176 216 0 15 2 53 465 10 65
Binary 10010001 1111110 10001110 0 1101 10 101011 100110101 1000 110101

Color Harmonies of #917E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917E8E

Black with #917E8E

Text Example


Text Example

White with #917E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,126,142); }

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

background-color css

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

 a { background-color: rgb(145,126,142); }

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

border-color css

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

 span { border-color: rgb(145,126,142); }

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