#747276

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

Shades of Mamba #747276

Tints of Mamba #747276

Color information

#747276 (or 0x747276) is unknown color: approx Mamba. HEX triplet: 74, 72 and 76. RGB value is (116,114,118). Sum of RGB (Red+Green+Blue) = 116+114+118=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 118 (46.48% from 255 or 33.91% from 348); Max value from RGB is 118 - color contains mainly: blue. Hex color #747276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747276 is #8B8D89. Grayscale: #737373. Windows color (decimal): -9145738 or 7762548. OLE color: 7762548.

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

Color convert

RGB116114118-
CMYK0.020.0300.54
HSL270º1.72%45.49%-
HSV(B)270º3.39%46.27%-
XYZ16.4917.0619.56-
YUV115.05129.66128.67-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.33%
GREEN value IS 114 (44.92% from 255) = 32.76%
BLUE value IS 118 (46.48% from 255) = 33.91%
R=33.33%
G=32.76%
B=33.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1161141180.020.0300.542701.7245.49
Hex7472762303610e22d
Octal16416216623066416255
Binary1110100111001011101101011011011010000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747276; }

 p { color: rgb(116,114,118); }

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

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

 a { background-color: rgb(116,114,118); }

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

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

 span { border-color: rgb(116,114,118); }

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