Html Css Color HEX #925773 Mauve Taupe

📋 copy color: '#925773'

red 146 ◦ green 87 ◦ blue 115

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

Shades of Mauve Taupe #925773

Tints of Mauve Taupe #925773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 33.05%

R = 41.95%
G = 25%
B = 33.05%

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

#925773 (or 0x925773) is known color: Mauve Taupe. HEX triplet: 92, 57 and 73. RGB value is (146,87,115). Sum of RGB (Red+Green+Blue) = 146+87+115=348 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.95% from 348); Green value is 87 (34.38% from 255 or 25% from 348); Blue value is 115 (45.31% from 255 or 33.05% from 348); Max value from RGB is 146 - color contains mainly: red. Hex color #925773 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925773 is #6DA88C. Grayscale: #6B6B6B. Windows color (decimal): -7186573 or 7559058. OLE color: 7559058.

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

Color convert

RGB 146 87 115 -
CMYK 0 0.40 0.21 0.43
HSL 331.53º 0.25% 0.46% -
HSV(B) 331.53º 0.4% 0.57% -
XYZ 18.36 14.17 17.99 -
YUV 107.83 132.05 155.22 -
System Red Green Blue C M Y K H S L
Decimal 146 87 115 0 0.40 0.21 0.43 331.53 0.25 0.46
Hex 92 57 73 0 28 15 2B 14C 19 2E
Octal 222 127 163 0 50 25 53 514 31 56
Binary 10010010 1010111 1110011 0 101000 10101 101011 101001100 11001 101110

Color Harmonies of #925773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925773

Black with #925773

Text Example


Text Example

White with #925773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925773; }

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

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

background-color css

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

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

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

border-color css

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

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

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