Html Css Color HEX #925C74 Mauve Taupe

📋 copy color: '#925C74'

red 146 ◦ green 92 ◦ blue 116

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

Shades of Mauve Taupe #925C74

Tints of Mauve Taupe #925C74

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.99%

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

R = 41.24%
G = 25.99%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#925C74 (or 0x925C74) is known color: Mauve Taupe. HEX triplet: 92, 5C and 74. RGB value is (146,92,116). Sum of RGB (Red+Green+Blue) = 146+92+116=354 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.24% from 354); Green value is 92 (36.33% from 255 or 25.99% from 354); Blue value is 116 (45.70% from 255 or 32.77% from 354); Max value from RGB is 146 - color contains mainly: red. Hex color #925C74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925C74 is #6DA38B. Grayscale: #6E6E6E. Windows color (decimal): -7185292 or 7625874. OLE color: 7625874.

HSL color Cylindrical-coordinate representation of color #925C74: hue angle of 333.33º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #925C74 is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 92 116 -
CMYK 0 0.37 0.21 0.43
HSL 333.33º 0.23% 0.47% -
HSV(B) 333.33º 0.37% 0.57% -
XYZ 18.83 15.03 18.43 -
YUV 110.88 130.89 153.05 -
System Red Green Blue C M Y K H S L
Decimal 146 92 116 0 0.37 0.21 0.43 333.33 0.23 0.47
Hex 92 5C 74 0 25 15 2B 14D 17 2F
Octal 222 134 164 0 45 25 53 515 27 57
Binary 10010010 1011100 1110100 0 100101 10101 101011 101001101 10111 101111

Color Harmonies of #925C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925C74

Black with #925C74

Text Example


Text Example

White with #925C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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