#75707A

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

Shades of Mamba #75707A

Tints of Mamba #75707A

Color information

#75707A (or 0x75707A) is unknown color: approx Mamba. HEX triplet: 75, 70 and 7A. RGB value is (117,112,122). Sum of RGB (Red+Green+Blue) = 117+112+122=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 122 (48.05% from 255 or 34.76% from 351); Max value from RGB is 122 - color contains mainly: blue. Hex color #75707A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75707A is #8A8F85. Grayscale: #727272. Windows color (decimal): -9080710 or 8024181. OLE color: 8024181.

HSL color Cylindrical-coordinate representation of color #75707A: hue angle of 270º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #75707A is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB117112122-
CMYK0.040.0800.52
HSL270º4.27%45.88%-
HSV(B)270º8.2%47.84%-
XYZ16.6416.7820.77-
YUV114.64132.16129.69-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.33%
GREEN value IS 112 (44.14% from 255) = 31.91%
BLUE value IS 122 (48.05% from 255) = 34.76%
R=33.33%
G=31.91%
B=34.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1171121220.040.0800.522704.2745.88
Hex75707A4803410e42e
Octal165160172410064416456
Binary11101011110000111101010010000110100100001110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75707A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75707A; }

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

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

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

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

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

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

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

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