#757179

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

Shades of Mamba #757179

Tints of Mamba #757179

Color information

#757179 (or 0x757179) is unknown color: approx Mamba. HEX triplet: 75, 71 and 79. RGB value is (117,113,121). Sum of RGB (Red+Green+Blue) = 117+113+121=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 113 (44.53% from 255 or 32.19% from 351); Blue value is 121 (47.66% from 255 or 34.47% from 351); Max value from RGB is 121 - color contains mainly: blue. Hex color #757179 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757179 is #8A8E86. Grayscale: #737373. Windows color (decimal): -9080455 or 7958901. OLE color: 7958901.

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

Color convert

RGB117113121-
CMYK0.030.0700.53
HSL270º3.42%45.88%-
HSV(B)270º6.61%47.45%-
XYZ16.6916.9720.49-
YUV115.11131.33129.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.33%
GREEN value IS 113 (44.53% from 255) = 32.19%
BLUE value IS 121 (47.66% from 255) = 34.47%
R=33.33%
G=32.19%
B=34.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1171131210.030.0700.532703.4245.88
Hex7571793703510e32e
Octal16516117137065416356
Binary11101011110001111100111111011010110000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757179; }

 p { color: rgb(117,113,121); }

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

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

 a { background-color: rgb(117,113,121); }

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

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

 span { border-color: rgb(117,113,121); }

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