Html Css Color HEX #926976 Mauve Taupe

📋 copy color: '#926976'

red 146 ◦ green 105 ◦ blue 118

#926976
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve Taupe #926976

Tints of Mauve Taupe #926976

RGB

 RED value IS 146 (57.42% from 255) = 39.57%

 GREEN value IS 105 (41.41% from 255) = 28.46%

 BLUE value IS 118 (46.48% from 255) = 31.98%

R = 39.57%
G = 28.46%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#926976 (or 0x926976) is known color: Mauve Taupe. HEX triplet: 92, 69 and 76. RGB value is (146,105,118). Sum of RGB (Red+Green+Blue) = 146+105+118=369 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.57% from 369); Green value is 105 (41.41% from 255 or 28.46% from 369); Blue value is 118 (46.48% from 255 or 31.98% from 369); Max value from RGB is 146 - color contains mainly: red. Hex color #926976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926976 is #6D9689. Grayscale: #767676. Windows color (decimal): -7181962 or 7760274. OLE color: 7760274.

HSL color Cylindrical-coordinate representation of color #926976: hue angle of 340.98º 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 #926976 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 105 118 -
CMYK 0 0.28 0.19 0.43
HSL 340.98º 0.16% 0.49% -
HSV(B) 340.98º 0.28% 0.57% -
XYZ 20.18 17.52 19.46 -
YUV 118.74 127.58 147.44 -
System Red Green Blue C M Y K H S L
Decimal 146 105 118 0 0.28 0.19 0.43 340.98 0.16 0.49
Hex 92 69 76 0 1C 13 2B 155 10 31
Octal 222 151 166 0 34 23 53 525 20 61
Binary 10010010 1101001 1110110 0 11100 10011 101011 101010101 10000 110001

Color Harmonies of #926976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926976

Black with #926976

Text Example


Text Example

White with #926976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #926976; }

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

 H1.HeaderClassName
 {
   color: #926976;
 }
 .AnyTagClassName
 {
   color: #926976;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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