Html Css Color HEX #926775 Mauve Taupe

📋 copy color: '#926775'

red 146 ◦ green 103 ◦ blue 117

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

Shades of Mauve Taupe #926775

Tints of Mauve Taupe #926775

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.14%

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

R = 39.89%
G = 28.14%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.20

 K value IS 0.43

RGB Variations

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

Color information

#926775 (or 0x926775) is known color: Mauve Taupe. HEX triplet: 92, 67 and 75. RGB value is (146,103,117). Sum of RGB (Red+Green+Blue) = 146+103+117=366 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.89% from 366); Green value is 103 (40.62% from 255 or 28.14% from 366); Blue value is 117 (46.09% from 255 or 31.97% from 366); Max value from RGB is 146 - color contains mainly: red. Hex color #926775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926775 is #6D988A. Grayscale: #757575. Windows color (decimal): -7182475 or 7694226. OLE color: 7694226.

HSL color Cylindrical-coordinate representation of color #926775: hue angle of 340.47º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #926775 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 103 117 -
CMYK 0 0.29 0.20 0.43
HSL 340.47º 0.17% 0.49% -
HSV(B) 340.47º 0.29% 0.57% -
XYZ 19.92 17.1 19.08 -
YUV 117.45 127.75 148.36 -
System Red Green Blue C M Y K H S L
Decimal 146 103 117 0 0.29 0.20 0.43 340.47 0.17 0.49
Hex 92 67 75 0 1D 14 2B 154 11 31
Octal 222 147 165 0 35 24 53 524 21 61
Binary 10010010 1100111 1110101 0 11101 10100 101011 101010100 10001 110001

Color Harmonies of #926775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926775

Black with #926775

Text Example


Text Example

White with #926775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #926775; }

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

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

background-color css

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

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

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

border-color css

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

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

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