Html Css Color HEX #916F78 Mauve Taupe

📋 copy color: '#916F78'

red 145 ◦ green 111 ◦ blue 120

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

Shades of Mauve Taupe #916F78

Tints of Mauve Taupe #916F78

RGB

 RED value IS 145 (57.03% from 255) = 38.56%

 GREEN value IS 111 (43.75% from 255) = 29.52%

 BLUE value IS 120 (47.27% from 255) = 31.91%

R = 38.56%
G = 29.52%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#916F78 (or 0x916F78) is known color: Mauve Taupe. HEX triplet: 91, 6F and 78. RGB value is (145,111,120). Sum of RGB (Red+Green+Blue) = 145+111+120=376 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.56% from 376); Green value is 111 (43.75% from 255 or 29.52% from 376); Blue value is 120 (47.27% from 255 or 31.91% from 376); Max value from RGB is 145 - color contains mainly: red. Hex color #916F78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916F78 is #6E9087. Grayscale: #7A7A7A. Windows color (decimal): -7245960 or 7892881. OLE color: 7892881.

HSL color Cylindrical-coordinate representation of color #916F78: hue angle of 344.12º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #916F78 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 111 120 -
CMYK 0 0.23 0.17 0.43
HSL 344.12º 0.13% 0.5% -
HSV(B) 344.12º 0.23% 0.57% -
XYZ 20.75 18.74 20.29 -
YUV 122.19 126.76 144.27 -
System Red Green Blue C M Y K H S L
Decimal 145 111 120 0 0.23 0.17 0.43 344.12 0.13 0.5
Hex 91 6F 78 0 17 11 2B 158 D 32
Octal 221 157 170 0 27 21 53 530 15 62
Binary 10010001 1101111 1111000 0 10111 10001 101011 101011000 1101 110010

Color Harmonies of #916F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916F78

Black with #916F78

Text Example


Text Example

White with #916F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916F78; }

 p { color: rgb(145,111,120); }

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

background-color css

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

 a { background-color: rgb(145,111,120); }

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

border-color css

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

 span { border-color: rgb(145,111,120); }

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