#75717C

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

Shades of Mamba #75717C

Tints of Mamba #75717C

Color information

#75717C (or 0x75717C) is unknown color: approx Mamba. HEX triplet: 75, 71 and 7C. RGB value is (117,113,124). Sum of RGB (Red+Green+Blue) = 117+113+124=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 124 - color contains mainly: blue. Hex color #75717C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75717C is #8A8E83. Grayscale: #737373. Windows color (decimal): -9080452 or 8155509. OLE color: 8155509.

HSL color Cylindrical-coordinate representation of color #75717C: hue angle of 261.82º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #75717C is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB117113124-
CMYK0.060.0900.51
HSL261.82º4.64%46.47%-
HSV(B)261.82º8.87%48.63%-
XYZ16.8817.0521.47-
YUV115.45132.83129.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.05%
GREEN value IS 113 (44.53% from 255) = 31.92%
BLUE value IS 124 (48.83% from 255) = 35.03%
R=33.05%
G=31.92%
B=35.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1171131240.060.0900.51261.824.6446.47
Hex75717C6903310652e
Octal165161174611063406556
Binary11101011110001111110011010010110011100000110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75717C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75717C; }

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

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

<style>
 a { background-color: #75717C; }

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

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

<style>
 span { border-color: #75717C; }

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

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