Html Css Color HEX #925775 Mauve Taupe

📋 copy color: '#925775'

red 146 ◦ green 87 ◦ blue 117

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

Shades of Mauve Taupe #925775

Tints of Mauve Taupe #925775

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.86%

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

R = 41.71%
G = 24.86%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.20

 K value IS 0.43

RGB Variations

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

Color information

#925775 (or 0x925775) is known color: Mauve Taupe. HEX triplet: 92, 57 and 75. RGB value is (146,87,117). Sum of RGB (Red+Green+Blue) = 146+87+117=350 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.71% from 350); Green value is 87 (34.38% from 255 or 24.86% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 146 - color contains mainly: red. Hex color #925775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925775 is #6DA88A. Grayscale: #6C6C6C. Windows color (decimal): -7186571 or 7690130. OLE color: 7690130.

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

Color convert

RGB 146 87 117 -
CMYK 0 0.40 0.20 0.43
HSL 329.49º 0.25% 0.46% -
HSV(B) 329.49º 0.4% 0.57% -
XYZ 18.47 14.21 18.6 -
YUV 108.06 133.05 155.06 -
System Red Green Blue C M Y K H S L
Decimal 146 87 117 0 0.40 0.20 0.43 329.49 0.25 0.46
Hex 92 57 75 0 28 14 2B 149 19 2E
Octal 222 127 165 0 50 24 53 511 31 56
Binary 10010010 1010111 1110101 0 101000 10100 101011 101001001 11001 101110

Color Harmonies of #925775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925775

Black with #925775

Text Example


Text Example

White with #925775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925775; }

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

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

background-color css

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

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

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

border-color css

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

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

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