Html Css Color HEX #926072 Mauve Taupe

📋 copy color: '#926072'

red 146 ◦ green 96 ◦ blue 114

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

Shades of Mauve Taupe #926072

Tints of Mauve Taupe #926072

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.97%

 BLUE value IS 114 (44.92% from 255) = 32.02%

R = 41.01%
G = 26.97%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#926072 (or 0x926072) is known color: Mauve Taupe. HEX triplet: 92, 60 and 72. RGB value is (146,96,114). Sum of RGB (Red+Green+Blue) = 146+96+114=356 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.01% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 146 - color contains mainly: red. Hex color #926072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926072 is #6D9F8D. Grayscale: #707070. Windows color (decimal): -7184270 or 7495826. OLE color: 7495826.

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

Color convert

RGB 146 96 114 -
CMYK 0 0.34 0.22 0.43
HSL 338.4º 0.21% 0.47% -
HSV(B) 338.4º 0.34% 0.57% -
XYZ 19.07 15.69 17.94 -
YUV 113 128.57 151.54 -
System Red Green Blue C M Y K H S L
Decimal 146 96 114 0 0.34 0.22 0.43 338.4 0.21 0.47
Hex 92 60 72 0 22 16 2B 152 15 2F
Octal 222 140 162 0 42 26 53 522 25 57
Binary 10010010 1100000 1110010 0 100010 10110 101011 101010010 10101 101111

Color Harmonies of #926072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926072

Black with #926072

Text Example


Text Example

White with #926072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #926072; }

 p { color: rgb(146,96,114); }

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

background-color css

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

 a { background-color: rgb(146,96,114); }

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

border-color css

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

 span { border-color: rgb(146,96,114); }

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