Html Css Color HEX #916B77 Mauve Taupe

📋 copy color: '#916B77'

red 145 ◦ green 107 ◦ blue 119

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

Shades of Mauve Taupe #916B77

Tints of Mauve Taupe #916B77

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.84%

 BLUE value IS 119 (46.88% from 255) = 32.08%

R = 39.08%
G = 28.84%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#916B77 (or 0x916B77) is known color: Mauve Taupe. HEX triplet: 91, 6B and 77. RGB value is (145,107,119). Sum of RGB (Red+Green+Blue) = 145+107+119=371 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.08% from 371); Green value is 107 (42.19% from 255 or 28.84% from 371); Blue value is 119 (46.88% from 255 or 32.08% from 371); Max value from RGB is 145 - color contains mainly: red. Hex color #916B77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916B77 is #6E9488. Grayscale: #777777. Windows color (decimal): -7246985 or 7826321. OLE color: 7826321.

HSL color Cylindrical-coordinate representation of color #916B77: hue angle of 341.05º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #916B77 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 107 119 -
CMYK 0 0.26 0.18 0.43
HSL 341.05º 0.15% 0.49% -
HSV(B) 341.05º 0.26% 0.57% -
XYZ 20.26 17.87 19.83 -
YUV 119.73 127.59 146.02 -
System Red Green Blue C M Y K H S L
Decimal 145 107 119 0 0.26 0.18 0.43 341.05 0.15 0.49
Hex 91 6B 77 0 1A 12 2B 155 F 31
Octal 221 153 167 0 32 22 53 525 17 61
Binary 10010001 1101011 1110111 0 11010 10010 101011 101010101 1111 110001

Color Harmonies of #916B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916B77

Black with #916B77

Text Example


Text Example

White with #916B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,107,119); }

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

background-color css

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

 a { background-color: rgb(145,107,119); }

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

border-color css

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

 span { border-color: rgb(145,107,119); }

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