#756D7A

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

Shades of Mamba #756D7A

Tints of Mamba #756D7A

Color information

#756D7A (or 0x756D7A) is unknown color: approx Mamba. HEX triplet: 75, 6D and 7A. RGB value is (117,109,122). Sum of RGB (Red+Green+Blue) = 117+109+122=348 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.62% from 348); Green value is 109 (42.97% from 255 or 31.32% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 122 - color contains mainly: blue. Hex color #756D7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756D7A is #8A9285. Grayscale: #707070. Windows color (decimal): -9081478 or 8023413. OLE color: 8023413.

HSL color Cylindrical-coordinate representation of color #756D7A: hue angle of 276.92º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #756D7A is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB117109122-
CMYK0.040.1100.52
HSL276.92º5.63%45.29%-
HSV(B)276.92º10.66%47.84%-
XYZ16.3216.1220.66-
YUV112.87133.15130.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.62%
GREEN value IS 109 (42.97% from 255) = 31.32%
BLUE value IS 122 (48.05% from 255) = 35.06%
R=33.62%
G=31.32%
B=35.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1171091220.040.1100.52276.925.6345.29
Hex756D7A4B03411562d
Octal165155172413064425655
Binary11101011101101111101010010110110100100010101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756D7A; }

 p { color: rgb(117,109,122); }

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

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

 a { background-color: rgb(117,109,122); }

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

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

 span { border-color: rgb(117,109,122); }

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