#917F8A

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

Shades of Taupe Grey #917F8A

Tints of Taupe Grey #917F8A

Color information

#917F8A (or 0x917F8A) is unknown color: approx Taupe Grey. HEX triplet: 91, 7F and 8A. RGB value is (145,127,138). Sum of RGB (Red+Green+Blue) = 145+127+138=410 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.37% from 410); Green value is 127 (50% from 255 or 30.98% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 145 - color contains mainly: red. Hex color #917F8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917F8A is #6E8075. Grayscale: #858585. Windows color (decimal): -7241846 or 9076625. OLE color: 9076625.

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

Color convert

RGB145127138-
CMYK00.120.050.43
HSL323.33º7.56%53.33%-
HSV(B)323.33º12.41%56.86%-
XYZ23.8523.0327.23-
YUV133.64130.46136.11-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.37%
GREEN value IS 127 (50% from 255) = 30.98%
BLUE value IS 138 (54.30% from 255) = 33.66%
R=35.37%
G=30.98%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512713800.120.050.43323.337.5653.33
Hex917F8A0C52B143835
Octal2211772120145535031065
Binary10010001111111110001010011001011010111010000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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