Html Css Color HEX #925E75 Mauve Taupe

📋 copy color: '#925E75'

red 146 ◦ green 94 ◦ blue 117

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

Shades of Mauve Taupe #925E75

Tints of Mauve Taupe #925E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.77%

R = 40.9%
G = 26.33%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.20

 K value IS 0.43

RGB Variations

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

Color information

#925E75 (or 0x925E75) is known color: Mauve Taupe. HEX triplet: 92, 5E and 75. RGB value is (146,94,117). Sum of RGB (Red+Green+Blue) = 146+94+117=357 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.90% from 357); Green value is 94 (37.11% from 255 or 26.33% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 146 - color contains mainly: red. Hex color #925E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925E75 is #6DA18A. Grayscale: #707070. Windows color (decimal): -7184779 or 7691922. OLE color: 7691922.

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

Color convert

RGB 146 94 117 -
CMYK 0 0.36 0.20 0.43
HSL 333.46º 0.22% 0.47% -
HSV(B) 333.46º 0.36% 0.57% -
XYZ 19.07 15.4 18.8 -
YUV 112.17 130.73 152.13 -
System Red Green Blue C M Y K H S L
Decimal 146 94 117 0 0.36 0.20 0.43 333.46 0.22 0.47
Hex 92 5E 75 0 24 14 2B 14D 16 2F
Octal 222 136 165 0 44 24 53 515 26 57
Binary 10010010 1011110 1110101 0 100100 10100 101011 101001101 10110 101111

Color Harmonies of #925E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925E75

Black with #925E75

Text Example


Text Example

White with #925E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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