Html Css Color HEX #925E74 Mauve Taupe

📋 copy color: '#925E74'

red 146 ◦ green 94 ◦ blue 116

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

Shades of Mauve Taupe #925E74

Tints of Mauve Taupe #925E74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.58%

R = 41.01%
G = 26.4%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#925E74 (or 0x925E74) is known color: Mauve Taupe. HEX triplet: 92, 5E and 74. RGB value is (146,94,116). Sum of RGB (Red+Green+Blue) = 146+94+116=356 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.01% from 356); Green value is 94 (37.11% from 255 or 26.40% from 356); Blue value is 116 (45.70% from 255 or 32.58% from 356); Max value from RGB is 146 - color contains mainly: red. Hex color #925E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925E74 is #6DA18B. Grayscale: #707070. Windows color (decimal): -7184780 or 7626386. OLE color: 7626386.

HSL color Cylindrical-coordinate representation of color #925E74: hue angle of 334.62º 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 #925E74 is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 94 116 -
CMYK 0 0.36 0.21 0.43
HSL 334.62º 0.22% 0.47% -
HSV(B) 334.62º 0.36% 0.57% -
XYZ 19.01 15.38 18.49 -
YUV 112.06 130.23 152.21 -
System Red Green Blue C M Y K H S L
Decimal 146 94 116 0 0.36 0.21 0.43 334.62 0.22 0.47
Hex 92 5E 74 0 24 15 2B 14F 16 2F
Octal 222 136 164 0 44 25 53 517 26 57
Binary 10010010 1011110 1110100 0 100100 10101 101011 101001111 10110 101111

Color Harmonies of #925E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925E74

Black with #925E74

Text Example


Text Example

White with #925E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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