Html Css Color HEX #926D77 Mauve Taupe

📋 copy color: '#926D77'

red 146 ◦ green 109 ◦ blue 119

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

Shades of Mauve Taupe #926D77

Tints of Mauve Taupe #926D77

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.14%

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

R = 39.04%
G = 29.14%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#926D77 (or 0x926D77) is known color: Mauve Taupe. HEX triplet: 92, 6D and 77. RGB value is (146,109,119). Sum of RGB (Red+Green+Blue) = 146+109+119=374 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.04% from 374); Green value is 109 (42.97% from 255 or 29.14% from 374); Blue value is 119 (46.88% from 255 or 31.82% from 374); Max value from RGB is 146 - color contains mainly: red. Hex color #926D77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926D77 is #6D9288. Grayscale: #797979. Windows color (decimal): -7180937 or 7826834. OLE color: 7826834.

HSL color Cylindrical-coordinate representation of color #926D77: hue angle of 343.78º degrees, saturation: 0.15, 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 #926D77 is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 109 119 -
CMYK 0 0.25 0.18 0.43
HSL 343.78º 0.15% 0.5% -
HSV(B) 343.78º 0.25% 0.57% -
XYZ 20.65 18.38 19.91 -
YUV 121.2 126.76 145.69 -
System Red Green Blue C M Y K H S L
Decimal 146 109 119 0 0.25 0.18 0.43 343.78 0.15 0.5
Hex 92 6D 77 0 19 12 2B 158 F 32
Octal 222 155 167 0 31 22 53 530 17 62
Binary 10010010 1101101 1110111 0 11001 10010 101011 101011000 1111 110010

Color Harmonies of #926D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926D77

Black with #926D77

Text Example


Text Example

White with #926D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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