Html Css Color HEX #926977 Mauve Taupe

📋 copy color: '#926977'

red 146 ◦ green 105 ◦ blue 119

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

Shades of Mauve Taupe #926977

Tints of Mauve Taupe #926977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 32.16%

R = 39.46%
G = 28.38%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#926977 (or 0x926977) is known color: Mauve Taupe. HEX triplet: 92, 69 and 77. RGB value is (146,105,119). Sum of RGB (Red+Green+Blue) = 146+105+119=370 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.46% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 119 (46.88% from 255 or 32.16% from 370); Max value from RGB is 146 - color contains mainly: red. Hex color #926977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926977 is #6D9688. Grayscale: #767676. Windows color (decimal): -7181961 or 7825810. OLE color: 7825810.

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

Color convert

RGB 146 105 119 -
CMYK 0 0.28 0.18 0.43
HSL 339.51º 0.16% 0.49% -
HSV(B) 339.51º 0.28% 0.57% -
XYZ 20.24 17.55 19.77 -
YUV 118.86 128.08 147.36 -
System Red Green Blue C M Y K H S L
Decimal 146 105 119 0 0.28 0.18 0.43 339.51 0.16 0.49
Hex 92 69 77 0 1C 12 2B 154 10 31
Octal 222 151 167 0 34 22 53 524 20 61
Binary 10010010 1101001 1110111 0 11100 10010 101011 101010100 10000 110001

Color Harmonies of #926977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926977

Black with #926977

Text Example


Text Example

White with #926977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #926977; }

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

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

background-color css

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

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

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

border-color css

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

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

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