#75657F

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

Shades of Mamba #75657F

Tints of Mamba #75657F

Color information

#75657F (or 0x75657F) is unknown color: approx Mamba. HEX triplet: 75, 65 and 7F. RGB value is (117,101,127). Sum of RGB (Red+Green+Blue) = 117+101+127=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 127 (50% from 255 or 36.81% from 345); Max value from RGB is 127 - color contains mainly: blue. Hex color #75657F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75657F is #8A9A80. Grayscale: #6C6C6C. Windows color (decimal): -9083521 or 8349045. OLE color: 8349045.

HSL color Cylindrical-coordinate representation of color #75657F: hue angle of 276.92º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #75657F is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB117101127-
CMYK0.080.2000.50
HSL276.92º11.4%44.71%-
HSV(B)276.92º20.47%49.8%-
XYZ15.8214.6222.07-
YUV108.75138.3133.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.91%
GREEN value IS 101 (39.84% from 255) = 29.28%
BLUE value IS 127 (50% from 255) = 36.81%
R=33.91%
G=29.28%
B=36.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1171011270.080.2000.50276.9211.444.71
Hex75657F814032115b2d
Octal16514517710240624251355
Binary11101011100101111111110001010001100101000101011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75657F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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