Html Css Color HEX #926B78 Mauve Taupe

📋 copy color: '#926B78'

red 146 ◦ green 107 ◦ blue 120

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

Shades of Mauve Taupe #926B78

Tints of Mauve Taupe #926B78

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.69%

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

R = 39.14%
G = 28.69%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#926B78 (or 0x926B78) is known color: Mauve Taupe. HEX triplet: 92, 6B and 78. RGB value is (146,107,120). Sum of RGB (Red+Green+Blue) = 146+107+120=373 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.14% from 373); Green value is 107 (42.19% from 255 or 28.69% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 146 - color contains mainly: red. Hex color #926B78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926B78 is #6D9487. Grayscale: #787878. Windows color (decimal): -7181448 or 7891858. OLE color: 7891858.

HSL color Cylindrical-coordinate representation of color #926B78: hue angle of 340º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #926B78 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 107 120 -
CMYK 0 0.27 0.18 0.43
HSL 340º 0.15% 0.5% -
HSV(B) 340º 0.27% 0.57% -
XYZ 20.5 17.98 20.16 -
YUV 120.14 127.92 146.44 -
System Red Green Blue C M Y K H S L
Decimal 146 107 120 0 0.27 0.18 0.43 340 0.15 0.5
Hex 92 6B 78 0 1B 12 2B 154 F 32
Octal 222 153 170 0 33 22 53 524 17 62
Binary 10010010 1101011 1111000 0 11011 10010 101011 101010100 1111 110010

Color Harmonies of #926B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926B78

Black with #926B78

Text Example


Text Example

White with #926B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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