#75717B

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

Shades of Mamba #75717B

Tints of Mamba #75717B

Color information

#75717B (or 0x75717B) is unknown color: approx Mamba. HEX triplet: 75, 71 and 7B. RGB value is (117,113,123). Sum of RGB (Red+Green+Blue) = 117+113+123=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 113 (44.53% from 255 or 32.01% from 353); Blue value is 123 (48.44% from 255 or 34.84% from 353); Max value from RGB is 123 - color contains mainly: blue. Hex color #75717B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75717B is #8A8E84. Grayscale: #737373. Windows color (decimal): -9080453 or 8089973. OLE color: 8089973.

HSL color Cylindrical-coordinate representation of color #75717B: hue angle of 264º 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 #75717B is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB117113123-
CMYK0.050.0800.52
HSL264º4.24%46.27%-
HSV(B)264º8.13%48.24%-
XYZ16.8217.0221.14-
YUV115.34132.33129.19-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.14%
GREEN value IS 113 (44.53% from 255) = 32.01%
BLUE value IS 123 (48.44% from 255) = 34.84%
R=33.14%
G=32.01%
B=34.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1171131230.050.0800.522644.2446.27
Hex75717B5803410842e
Octal165161173510064410456
Binary11101011110001111101110110000110100100001000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75717B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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