Html Css Color HEX #926477 Mauve Taupe

📋 copy color: '#926477'

red 146 ◦ green 100 ◦ blue 119

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

Shades of Mauve Taupe #926477

Tints of Mauve Taupe #926477

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.4%

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

R = 40%
G = 27.4%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#926477 (or 0x926477) is known color: Mauve Taupe. HEX triplet: 92, 64 and 77. RGB value is (146,100,119). Sum of RGB (Red+Green+Blue) = 146+100+119=365 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 119 (46.88% from 255 or 32.60% from 365); Max value from RGB is 146 - color contains mainly: red. Hex color #926477 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926477 is #6D9B88. Grayscale: #737373. Windows color (decimal): -7183241 or 7824530. OLE color: 7824530.

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

Color convert

RGB 146 100 119 -
CMYK 0 0.32 0.18 0.43
HSL 335.22º 0.19% 0.48% -
HSV(B) 335.22º 0.32% 0.57% -
XYZ 19.74 16.56 19.61 -
YUV 115.92 129.74 149.46 -
System Red Green Blue C M Y K H S L
Decimal 146 100 119 0 0.32 0.18 0.43 335.22 0.19 0.48
Hex 92 64 77 0 20 12 2B 14F 13 30
Octal 222 144 167 0 40 22 53 517 23 60
Binary 10010010 1100100 1110111 0 100000 10010 101011 101001111 10011 110000

Color Harmonies of #926477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926477

Black with #926477

Text Example


Text Example

White with #926477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #926477; }

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

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

background-color css

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

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

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

border-color css

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

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

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