Html Css Color HEX #926677 Mauve Taupe

📋 copy color: '#926677'

red 146 ◦ green 102 ◦ blue 119

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

Shades of Mauve Taupe #926677

Tints of Mauve Taupe #926677

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.79%

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

R = 39.78%
G = 27.79%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#926677 (or 0x926677) is known color: Mauve Taupe. HEX triplet: 92, 66 and 77. RGB value is (146,102,119). Sum of RGB (Red+Green+Blue) = 146+102+119=367 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.78% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 119 (46.88% from 255 or 32.43% from 367); Max value from RGB is 146 - color contains mainly: red. Hex color #926677 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926677 is #6D9988. Grayscale: #757575. Windows color (decimal): -7182729 or 7825042. OLE color: 7825042.

HSL color Cylindrical-coordinate representation of color #926677: hue angle of 336.82º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #926677 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 102 119 -
CMYK 0 0.30 0.18 0.43
HSL 336.82º 0.18% 0.49% -
HSV(B) 336.82º 0.3% 0.57% -
XYZ 19.94 16.95 19.67 -
YUV 117.09 129.08 148.62 -
System Red Green Blue C M Y K H S L
Decimal 146 102 119 0 0.30 0.18 0.43 336.82 0.18 0.49
Hex 92 66 77 0 1E 12 2B 151 12 31
Octal 222 146 167 0 36 22 53 521 22 61
Binary 10010010 1100110 1110111 0 11110 10010 101011 101010001 10010 110001

Color Harmonies of #926677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926677

Black with #926677

Text Example


Text Example

White with #926677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #926677; }

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

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

background-color css

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

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

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

border-color css

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

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

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