#746E77

Color #746E77 Mamba (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mamba #746E77

Tints of Mamba #746E77

Color information

#746E77 (or 0x746E77) is unknown color: approx Mamba. HEX triplet: 74, 6E and 77. RGB value is (116,110,119). Sum of RGB (Red+Green+Blue) = 116+110+119=345 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.62% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 119 - color contains mainly: blue. Hex color #746E77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746E77 is #8B9188. Grayscale: #707070. Windows color (decimal): -9146761 or 7827060. OLE color: 7827060.

HSL color Cylindrical-coordinate representation of color #746E77: hue angle of 280º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #746E77 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB116110119-
CMYK0.030.0800.53
HSL280º3.93%44.9%-
HSV(B)280º7.56%46.67%-
XYZ16.1116.219.73-
YUV112.82131.49130.27-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.62%
GREEN value IS 110 (43.36% from 255) = 31.88%
BLUE value IS 119 (46.88% from 255) = 34.49%
R=33.62%
G=31.88%
B=34.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1161101190.030.0800.532803.9344.9
Hex746E773803511842d
Octal164156167310065430455
Binary1110100110111011101111110000110101100011000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746E77; }

 p { color: rgb(116,110,119); }

 H1.HeaderClassName
 {
   color: #746E77;
 }
 .AnyTagClassName
 {
   color: #746E77;
 }
</style>
background-color css

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

 a { background-color: rgb(116,110,119); }

 div.DivClassName
 {
   background-color: #746E77;
 }
 .BgClassName
 {
   background-color: #746E77;
 }
</style>
border-color css

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

 span { border-color: rgb(116,110,119); }

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