Html Css Color HEX #926376 Mauve Taupe

📋 copy color: '#926376'

red 146 ◦ green 99 ◦ blue 118

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

Shades of Mauve Taupe #926376

Tints of Mauve Taupe #926376

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.27%

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

R = 40.22%
G = 27.27%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#926376 (or 0x926376) is known color: Mauve Taupe. HEX triplet: 92, 63 and 76. RGB value is (146,99,118). Sum of RGB (Red+Green+Blue) = 146+99+118=363 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40.22% from 363); Green value is 99 (39.06% from 255 or 27.27% from 363); Blue value is 118 (46.48% from 255 or 32.51% from 363); Max value from RGB is 146 - color contains mainly: red. Hex color #926376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926376 is #6D9C89. Grayscale: #737373. Windows color (decimal): -7183498 or 7758738. OLE color: 7758738.

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

Color convert

RGB 146 99 118 -
CMYK 0 0.32 0.19 0.43
HSL 335.74º 0.19% 0.48% -
HSV(B) 335.74º 0.32% 0.57% -
XYZ 19.59 16.34 19.26 -
YUV 115.22 129.57 149.96 -
System Red Green Blue C M Y K H S L
Decimal 146 99 118 0 0.32 0.19 0.43 335.74 0.19 0.48
Hex 92 63 76 0 20 13 2B 150 13 30
Octal 222 143 166 0 40 23 53 520 23 60
Binary 10010010 1100011 1110110 0 100000 10011 101011 101010000 10011 110000

Color Harmonies of #926376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926376

Black with #926376

Text Example


Text Example

White with #926376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #926376; }

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

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

background-color css

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

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

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

border-color css

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

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

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