Html Css Color HEX #917D91 Taupe Grey

📋 copy color: '#917D91'

red 145 ◦ green 125 ◦ blue 145

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

Shades of Taupe Grey #917D91

Tints of Taupe Grey #917D91

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.12%

 BLUE value IS 145 (57.03% from 255) = 34.94%

R = 34.94%
G = 30.12%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#917D91 (or 0x917D91) is known color: Taupe Grey. HEX triplet: 91, 7D and 91. RGB value is (145,125,145). Sum of RGB (Red+Green+Blue) = 145+125+145=415 (54% of max value = 765). Red value is 145 (57.03% from 255 or 34.94% from 415); Green value is 125 (49.22% from 255 or 30.12% from 415); Blue value is 145 (57.03% from 255 or 34.94% from 415); Max value from RGB is 145 - color contains mainly: red, blue. Hex color #917D91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917D91 is #6E826E. Grayscale: #858585. Windows color (decimal): -7242351 or 9534865. OLE color: 9534865.

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

Color convert

RGB 145 125 145 -
CMYK 0 0.14 0 0.43
HSL 300º 0.08% 0.53% -
HSV(B) 300º 0.14% 0.57% -
XYZ 24.12 22.73 29.9 -
YUV 133.26 134.63 136.37 -
System Red Green Blue C M Y K H S L
Decimal 145 125 145 0 0.14 0 0.43 300 0.08 0.53
Hex 91 7D 91 0 E 0 2B 12C 8 35
Octal 221 175 221 0 16 0 53 454 10 65
Binary 10010001 1111101 10010001 0 1110 0 101011 100101100 1000 110101

Color Harmonies of #917D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917D91

Black with #917D91

Text Example


Text Example

White with #917D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,125,145); }

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

background-color css

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

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

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

border-color css

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

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

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