#917D90

Color #917D90 Taupe Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Taupe Grey #917D90

Tints of Taupe Grey #917D90

Color information

#917D90 (or 0x917D90) is unknown color: approx Taupe Grey. HEX triplet: 91, 7D and 90. RGB value is (145,125,144). Sum of RGB (Red+Green+Blue) = 145+125+144=414 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.02% from 414); Green value is 125 (49.22% from 255 or 30.19% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 145 - color contains mainly: red. Hex color #917D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917D90 is #6E826F. Grayscale: #858585. Windows color (decimal): -7242352 or 9469329. OLE color: 9469329.

HSL color Cylindrical-coordinate representation of color #917D90: hue angle of 303º 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 #917D90 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB145125144-
CMYK00.140.010.43
HSL303º8.33%52.94%-
HSV(B)303º13.79%56.86%-
XYZ24.0422.729.5-
YUV133.15134.13136.46-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.02%
GREEN value IS 125 (49.22% from 255) = 30.19%
BLUE value IS 144 (56.64% from 255) = 34.78%
R=35.02%
G=30.19%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512514400.140.010.433038.3352.94
Hex917D900E12B12f835
Octal2211752200161534571065
Binary100100011111101100100000111011010111001011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #917D90;
 }
 .AnyTagClassName
 {
   color: #917D90;
 }
</style>
background-color css

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

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

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

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

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

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