Html Css Color HEX #916A76 Mauve Taupe

📋 copy color: '#916A76'

red 145 ◦ green 106 ◦ blue 118

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

Shades of Mauve Taupe #916A76

Tints of Mauve Taupe #916A76

RGB

 RED value IS 145 (57.03% from 255) = 39.3%

 GREEN value IS 106 (41.8% from 255) = 28.73%

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

R = 39.3%
G = 28.73%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#916A76 (or 0x916A76) is known color: Mauve Taupe. HEX triplet: 91, 6A and 76. RGB value is (145,106,118). Sum of RGB (Red+Green+Blue) = 145+106+118=369 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.30% from 369); Green value is 106 (41.80% from 255 or 28.73% from 369); Blue value is 118 (46.48% from 255 or 31.98% from 369); Max value from RGB is 145 - color contains mainly: red. Hex color #916A76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916A76 is #6E9589. Grayscale: #777777. Windows color (decimal): -7247242 or 7760529. OLE color: 7760529.

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

Color convert

RGB 145 106 118 -
CMYK 0 0.27 0.19 0.43
HSL 341.54º 0.16% 0.49% -
HSV(B) 341.54º 0.27% 0.57% -
XYZ 20.1 17.64 19.48 -
YUV 119.03 127.42 146.52 -
System Red Green Blue C M Y K H S L
Decimal 145 106 118 0 0.27 0.19 0.43 341.54 0.16 0.49
Hex 91 6A 76 0 1B 13 2B 156 10 31
Octal 221 152 166 0 33 23 53 526 20 61
Binary 10010001 1101010 1110110 0 11011 10011 101011 101010110 10000 110001

Color Harmonies of #916A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916A76

Black with #916A76

Text Example


Text Example

White with #916A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916A76; }

 p { color: rgb(145,106,118); }

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

background-color css

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

 a { background-color: rgb(145,106,118); }

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

border-color css

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

 span { border-color: rgb(145,106,118); }

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