#75657D

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

Shades of Mamba #75657D

Tints of Mamba #75657D

Color information

#75657D (or 0x75657D) is unknown color: approx Mamba. HEX triplet: 75, 65 and 7D. RGB value is (117,101,125). Sum of RGB (Red+Green+Blue) = 117+101+125=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 125 (49.22% from 255 or 36.44% from 343); Max value from RGB is 125 - color contains mainly: blue. Hex color #75657D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75657D is #8A9A82. Grayscale: #6C6C6C. Windows color (decimal): -9083523 or 8217973. OLE color: 8217973.

HSL color Cylindrical-coordinate representation of color #75657D: hue angle of 280º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #75657D is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB117101125-
CMYK0.060.1900.51
HSL280º10.62%44.31%-
HSV(B)280º19.2%49.02%-
XYZ15.6914.5721.39-
YUV108.52137.3134.05-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.11%
GREEN value IS 101 (39.84% from 255) = 29.45%
BLUE value IS 125 (49.22% from 255) = 36.44%
R=34.11%
G=29.45%
B=36.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1171011250.060.1900.5128010.6244.31
Hex75657D613033118b2c
Octal1651451756230634301354
Binary1110101110010111111011101001101100111000110001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75657D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75657D; }

 p { color: rgb(117,101,125); }

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

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

 a { background-color: rgb(117,101,125); }

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

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

 span { border-color: rgb(117,101,125); }

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