#756C7C

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

Shades of Mamba #756C7C

Tints of Mamba #756C7C

Color information

#756C7C (or 0x756C7C) is unknown color: approx Mamba. HEX triplet: 75, 6C and 7C. RGB value is (117,108,124). Sum of RGB (Red+Green+Blue) = 117+108+124=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 108 (42.58% from 255 or 30.95% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 124 - color contains mainly: blue. Hex color #756C7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756C7C is #8A9383. Grayscale: #707070. Windows color (decimal): -9081732 or 8154229. OLE color: 8154229.

HSL color Cylindrical-coordinate representation of color #756C7C: hue angle of 273.75º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #756C7C is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB117108124-
CMYK0.060.1300.51
HSL273.75º6.9%45.49%-
HSV(B)273.75º12.9%48.63%-
XYZ16.3415.9621.29-
YUV112.51134.48131.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.52%
GREEN value IS 108 (42.58% from 255) = 30.95%
BLUE value IS 124 (48.83% from 255) = 35.53%
R=33.52%
G=30.95%
B=35.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1171081240.060.1300.51273.756.945.49
Hex756C7C6D03311272d
Octal165154174615063422755
Binary11101011101100111110011011010110011100010010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,108,124); }

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

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

 a { background-color: rgb(117,108,124); }

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

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

 span { border-color: rgb(117,108,124); }

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