#747275

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

Shades of Mamba #747275

Tints of Mamba #747275

Color information

#747275 (or 0x747275) is unknown color: approx Mamba. HEX triplet: 74, 72 and 75. RGB value is (116,114,117). Sum of RGB (Red+Green+Blue) = 116+114+117=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 117 - color contains mainly: blue. Hex color #747275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747275 is #8B8D8A. Grayscale: #727272. Windows color (decimal): -9145739 or 7697012. OLE color: 7697012.

HSL color Cylindrical-coordinate representation of color #747275: hue angle of 280º degrees, saturation: 0.01, 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 #747275 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB116114117-
CMYK0.010.0300.54
HSL280º1.3%45.29%-
HSV(B)280º2.56%45.88%-
XYZ16.4317.0319.25-
YUV114.94129.16128.76-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.43%
GREEN value IS 114 (44.92% from 255) = 32.85%
BLUE value IS 117 (46.09% from 255) = 33.72%
R=33.43%
G=32.85%
B=33.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1161141170.010.0300.542801.345.29
Hex7472751303611812d
Octal16416216513066430155
Binary11101001110010111010111101101101000110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747275; }

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

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

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

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

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

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

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

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