#927D92

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

Shades of Taupe Grey #927D92

Tints of Taupe Grey #927D92

Color information

#927D92 (or 0x927D92) is unknown color: approx Taupe Grey. HEX triplet: 92, 7D and 92. RGB value is (146,125,146). Sum of RGB (Red+Green+Blue) = 146+125+146=417 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.01% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 146 (57.42% from 255 or 35.01% from 417); Max value from RGB is 146 - color contains mainly: red, blue. Hex color #927D92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927D92 is #6D826D. Grayscale: #858585. Windows color (decimal): -7176814 or 9600402. OLE color: 9600402.

HSL color Cylindrical-coordinate representation of color #927D92: hue angle of 300º degrees, saturation: 0.09, 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 #927D92 is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB146125146-
CMYK00.1400.43
HSL300º8.79%53.14%-
HSV(B)300º14.38%57.25%-
XYZ24.3822.8530.32-
YUV133.67134.96136.79-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.01%
GREEN value IS 125 (49.22% from 255) = 29.98%
BLUE value IS 146 (57.42% from 255) = 35.01%
R=35.01%
G=29.98%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14612514600.1400.433008.7953.14
Hex927D920E02B12c935
Octal2221752220160534541165
Binary100100101111101100100100111001010111001011001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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