Html Css Color HEX #925E76 Mauve Taupe

📋 copy color: '#925E76'

red 146 ◦ green 94 ◦ blue 118

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

Shades of Mauve Taupe #925E76

Tints of Mauve Taupe #925E76

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.26%

 BLUE value IS 118 (46.48% from 255) = 32.96%

R = 40.78%
G = 26.26%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#925E76 (or 0x925E76) is known color: Mauve Taupe. HEX triplet: 92, 5E and 76. RGB value is (146,94,118). Sum of RGB (Red+Green+Blue) = 146+94+118=358 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.78% from 358); Green value is 94 (37.11% from 255 or 26.26% from 358); Blue value is 118 (46.48% from 255 or 32.96% from 358); Max value from RGB is 146 - color contains mainly: red. Hex color #925E76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925E76 is #6DA189. Grayscale: #707070. Windows color (decimal): -7184778 or 7757458. OLE color: 7757458.

HSL color Cylindrical-coordinate representation of color #925E76: hue angle of 332.31º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #925E76 is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 94 118 -
CMYK 0 0.36 0.19 0.43
HSL 332.31º 0.22% 0.47% -
HSV(B) 332.31º 0.36% 0.57% -
XYZ 19.13 15.42 19.11 -
YUV 112.28 131.23 152.05 -
System Red Green Blue C M Y K H S L
Decimal 146 94 118 0 0.36 0.19 0.43 332.31 0.22 0.47
Hex 92 5E 76 0 24 13 2B 14C 16 2F
Octal 222 136 166 0 44 23 53 514 26 57
Binary 10010010 1011110 1110110 0 100100 10011 101011 101001100 10110 101111

Color Harmonies of #925E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925E76

Black with #925E76

Text Example


Text Example

White with #925E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925E76; }

 p { color: rgb(146,94,118); }

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

background-color css

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

 a { background-color: rgb(146,94,118); }

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

border-color css

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

 span { border-color: rgb(146,94,118); }

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