#747077

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

Shades of Mamba #747077

Tints of Mamba #747077

Color information

#747077 (or 0x747077) is unknown color: approx Mamba. HEX triplet: 74, 70 and 77. RGB value is (116,112,119). Sum of RGB (Red+Green+Blue) = 116+112+119=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 119 (46.88% from 255 or 34.29% from 347); Max value from RGB is 119 - color contains mainly: blue. Hex color #747077 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747077 is #8B8F88. Grayscale: #717171. Windows color (decimal): -9146249 or 7827572. OLE color: 7827572.

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

Color convert

RGB116112119-
CMYK0.030.0600.53
HSL274.29º3.03%45.29%-
HSV(B)274.29º5.88%46.67%-
XYZ16.3316.6319.8-
YUV113.99130.83129.43-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.43%
GREEN value IS 112 (44.14% from 255) = 32.28%
BLUE value IS 119 (46.88% from 255) = 34.29%
R=33.43%
G=32.28%
B=34.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1161121190.030.0600.53274.293.0345.29
Hex7470773603511232d
Octal16416016736065422355
Binary11101001110000111011111110011010110001001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747077; }

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

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

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

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

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

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

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

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