Html Css Color HEX #926E76 Mauve Taupe

📋 copy color: '#926E76'

red 146 ◦ green 110 ◦ blue 118

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

Shades of Mauve Taupe #926E76

Tints of Mauve Taupe #926E76

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.41%

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

R = 39.04%
G = 29.41%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#926E76 (or 0x926E76) is known color: Mauve Taupe. HEX triplet: 92, 6E and 76. RGB value is (146,110,118). Sum of RGB (Red+Green+Blue) = 146+110+118=374 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.04% from 374); Green value is 110 (43.36% from 255 or 29.41% from 374); Blue value is 118 (46.48% from 255 or 31.55% from 374); Max value from RGB is 146 - color contains mainly: red. Hex color #926E76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926E76 is #6D9189. Grayscale: #797979. Windows color (decimal): -7180682 or 7761554. OLE color: 7761554.

HSL color Cylindrical-coordinate representation of color #926E76: hue angle of 346.67º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #926E76 is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 110 118 -
CMYK 0 0.25 0.19 0.43
HSL 346.67º 0.14% 0.5% -
HSV(B) 346.67º 0.25% 0.57% -
XYZ 20.7 18.57 19.63 -
YUV 121.68 125.93 145.35 -
System Red Green Blue C M Y K H S L
Decimal 146 110 118 0 0.25 0.19 0.43 346.67 0.14 0.5
Hex 92 6E 76 0 19 13 2B 15B E 32
Octal 222 156 166 0 31 23 53 533 16 62
Binary 10010010 1101110 1110110 0 11001 10011 101011 101011011 1110 110010

Color Harmonies of #926E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926E76

Black with #926E76

Text Example


Text Example

White with #926E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #926E76; }

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

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

background-color css

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

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

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

border-color css

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

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

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