Html Css Color HEX #925A75 Mauve Taupe

📋 copy color: '#925A75'

red 146 ◦ green 90 ◦ blue 117

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

Shades of Mauve Taupe #925A75

Tints of Mauve Taupe #925A75

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.5%

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

R = 41.36%
G = 25.5%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.20

 K value IS 0.43

RGB Variations

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

Color information

#925A75 (or 0x925A75) is known color: Mauve Taupe. HEX triplet: 92, 5A and 75. RGB value is (146,90,117). Sum of RGB (Red+Green+Blue) = 146+90+117=353 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.36% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 146 - color contains mainly: red. Hex color #925A75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925A75 is #6DA58A. Grayscale: #6D6D6D. Windows color (decimal): -7185803 or 7690898. OLE color: 7690898.

HSL color Cylindrical-coordinate representation of color #925A75: hue angle of 331.07º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #925A75 is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 90 117 -
CMYK 0 0.38 0.20 0.43
HSL 331.07º 0.24% 0.46% -
HSV(B) 331.07º 0.38% 0.57% -
XYZ 18.72 14.71 18.68 -
YUV 109.82 132.05 153.8 -
System Red Green Blue C M Y K H S L
Decimal 146 90 117 0 0.38 0.20 0.43 331.07 0.24 0.46
Hex 92 5A 75 0 26 14 2B 14B 18 2E
Octal 222 132 165 0 46 24 53 513 30 56
Binary 10010010 1011010 1110101 0 100110 10100 101011 101001011 11000 101110

Color Harmonies of #925A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925A75

Black with #925A75

Text Example


Text Example

White with #925A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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