#917F8F

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

Shades of Taupe Grey #917F8F

Tints of Taupe Grey #917F8F

Color information

#917F8F (or 0x917F8F) is unknown color: approx Taupe Grey. HEX triplet: 91, 7F and 8F. RGB value is (145,127,143). Sum of RGB (Red+Green+Blue) = 145+127+143=415 (54% of max value = 765). Red value is 145 (57.03% from 255 or 34.94% from 415); Green value is 127 (50% from 255 or 30.60% from 415); Blue value is 143 (56.25% from 255 or 34.46% from 415); Max value from RGB is 145 - color contains mainly: red. Hex color #917F8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917F8F is #6E8070. Grayscale: #868686. Windows color (decimal): -7241841 or 9404305. OLE color: 9404305.

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

Color convert

RGB145127143-
CMYK00.120.010.43
HSL306.67º7.56%53.33%-
HSV(B)306.67º12.41%56.86%-
XYZ24.2223.1829.18-
YUV134.21132.96135.7-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.94%
GREEN value IS 127 (50% from 255) = 30.60%
BLUE value IS 143 (56.25% from 255) = 34.46%
R=34.94%
G=30.60%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512714300.120.010.43306.677.5653.33
Hex917F8F0C12B133835
Octal2211772170141534631065
Binary100100011111111100011110110011010111001100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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