Html Css Color HEX #925874 Mauve Taupe

📋 copy color: '#925874'

red 146 ◦ green 88 ◦ blue 116

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

Shades of Mauve Taupe #925874

Tints of Mauve Taupe #925874

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.14%

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

R = 41.71%
G = 25.14%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#925874 (or 0x925874) is known color: Mauve Taupe. HEX triplet: 92, 58 and 74. RGB value is (146,88,116). Sum of RGB (Red+Green+Blue) = 146+88+116=350 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.71% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 146 - color contains mainly: red. Hex color #925874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925874 is #6DA78B. Grayscale: #6C6C6C. Windows color (decimal): -7186316 or 7624850. OLE color: 7624850.

HSL color Cylindrical-coordinate representation of color #925874: hue angle of 331.03º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #925874 is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 88 116 -
CMYK 0 0.40 0.21 0.43
HSL 331.03º 0.25% 0.46% -
HSV(B) 331.03º 0.4% 0.57% -
XYZ 18.5 14.35 18.32 -
YUV 108.53 132.22 154.72 -
System Red Green Blue C M Y K H S L
Decimal 146 88 116 0 0.40 0.21 0.43 331.03 0.25 0.46
Hex 92 58 74 0 28 15 2B 14B 19 2E
Octal 222 130 164 0 50 25 53 513 31 56
Binary 10010010 1011000 1110100 0 101000 10101 101011 101001011 11001 101110

Color Harmonies of #925874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925874

Black with #925874

Text Example


Text Example

White with #925874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925874; }

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

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

background-color css

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

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

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

border-color css

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

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

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