#926978

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

Shades of Mauve Taupe #926978

Tints of Mauve Taupe #926978

Color information

#926978 (or 0x926978) is unknown color: approx Mauve Taupe. HEX triplet: 92, 69 and 78. RGB value is (146,105,120). Sum of RGB (Red+Green+Blue) = 146+105+120=371 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.35% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 146 - color contains mainly: red. Hex color #926978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926978 is #6D9687. Grayscale: #767676. Windows color (decimal): -7181960 or 7891346. OLE color: 7891346.

HSL color Cylindrical-coordinate representation of color #926978: hue angle of 338.05º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #926978 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB146105120-
CMYK00.280.180.43
HSL338.05º16.33%49.22%-
HSV(B)338.05º28.08%57.25%-
XYZ20.317.5720.09-
YUV118.97128.58147.28-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.35%
GREEN value IS 105 (41.41% from 255) = 28.30%
BLUE value IS 120 (47.27% from 255) = 32.35%
R=39.35%
G=28.30%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610512000.280.180.43338.0516.3349.22
Hex92697801C122B1521031
Octal22215117003422535222061
Binary10010010110100111110000111001001010101110101001010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926978; }

 p { color: rgb(146,105,120); }

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

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

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

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

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

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

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