#927F8F

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

Shades of Taupe Grey #927F8F

Tints of Taupe Grey #927F8F

Color information

#927F8F (or 0x927F8F) is unknown color: approx Taupe Grey. HEX triplet: 92, 7F and 8F. RGB value is (146,127,143). Sum of RGB (Red+Green+Blue) = 146+127+143=416 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.10% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 143 (56.25% from 255 or 34.38% from 416); Max value from RGB is 146 - color contains mainly: red. Hex color #927F8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927F8F is #6D8070. Grayscale: #868686. Windows color (decimal): -7176305 or 9404306. OLE color: 9404306.

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

Color convert

RGB146127143-
CMYK00.130.020.43
HSL309.47º8.02%53.53%-
HSV(B)309.47º13.01%57.25%-
XYZ24.423.2729.19-
YUV134.5132.79136.2-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.10%
GREEN value IS 127 (50% from 255) = 30.53%
BLUE value IS 143 (56.25% from 255) = 34.38%
R=35.10%
G=30.53%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14612714300.130.020.43309.478.0253.53
Hex927F8F0D22B135836
Octal2221772170152534651066
Binary1001001011111111000111101101101010111001101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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