Html Css Color HEX #926076 Mauve Taupe

📋 copy color: '#926076'

red 146 ◦ green 96 ◦ blue 118

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

Shades of Mauve Taupe #926076

Tints of Mauve Taupe #926076

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.67%

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

R = 40.56%
G = 26.67%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#926076 (or 0x926076) is known color: Mauve Taupe. HEX triplet: 92, 60 and 76. RGB value is (146,96,118). Sum of RGB (Red+Green+Blue) = 146+96+118=360 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.56% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 118 (46.48% from 255 or 32.78% from 360); Max value from RGB is 146 - color contains mainly: red. Hex color #926076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926076 is #6D9F89. Grayscale: #717171. Windows color (decimal): -7184266 or 7757970. OLE color: 7757970.

HSL color Cylindrical-coordinate representation of color #926076: hue angle of 333.6º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #926076 is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 96 118 -
CMYK 0 0.34 0.19 0.43
HSL 333.6º 0.21% 0.47% -
HSV(B) 333.6º 0.34% 0.57% -
XYZ 19.31 15.78 19.17 -
YUV 113.46 130.57 151.21 -
System Red Green Blue C M Y K H S L
Decimal 146 96 118 0 0.34 0.19 0.43 333.6 0.21 0.47
Hex 92 60 76 0 22 13 2B 14E 15 2F
Octal 222 140 166 0 42 23 53 516 25 57
Binary 10010010 1100000 1110110 0 100010 10011 101011 101001110 10101 101111

Color Harmonies of #926076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926076

Black with #926076

Text Example


Text Example

White with #926076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #926076; }

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

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

background-color css

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

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

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

border-color css

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

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

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