Html Css Color HEX #926978 Mauve Taupe

📋 copy color: '#926978'

red 146 ◦ green 105 ◦ blue 120

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

Shades of Mauve Taupe #926978

Tints of Mauve Taupe #926978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 32.35%

R = 39.35%
G = 28.3%
B = 32.35%

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

#926978 (or 0x926978) is known color: Mauve Taupe. HEX triplet: 92, 69 and 78. RGB value is (146,105,120). Sum of RGB (Red+Green+Blue) = 146+105+120=371 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.35% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 146 - color contains mainly: red. Hex color #926978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926978 is #6D9687. Grayscale: #767676. Windows color (decimal): -7181960 or 7891346. OLE color: 7891346.

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

Color convert

RGB 146 105 120 -
CMYK 0 0.28 0.18 0.43
HSL 338.05º 0.16% 0.49% -
HSV(B) 338.05º 0.28% 0.57% -
XYZ 20.3 17.57 20.09 -
YUV 118.97 128.58 147.28 -
System Red Green Blue C M Y K H S L
Decimal 146 105 120 0 0.28 0.18 0.43 338.05 0.16 0.49
Hex 92 69 78 0 1C 12 2B 152 10 31
Octal 222 151 170 0 34 22 53 522 20 61
Binary 10010010 1101001 1111000 0 11100 10010 101011 101010010 10000 110001

Color Harmonies of #926978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926978

Black with #926978

Text Example


Text Example

White with #926978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #926978; }

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

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

background-color css

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

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

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

border-color css

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

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

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