#76717B

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

Shades of Mamba #76717B

Tints of Mamba #76717B

Color information

#76717B (or 0x76717B) is unknown color: approx Mamba. HEX triplet: 76, 71 and 7B. RGB value is (118,113,123). Sum of RGB (Red+Green+Blue) = 118+113+123=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 123 (48.44% from 255 or 34.75% from 354); Max value from RGB is 123 - color contains mainly: blue. Hex color #76717B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76717B is #898E84. Grayscale: #737373. Windows color (decimal): -9014917 or 8089974. OLE color: 8089974.

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

Color convert

RGB118113123-
CMYK0.040.0800.52
HSL270º4.24%46.27%-
HSV(B)270º8.13%48.24%-
XYZ16.9517.0921.14-
YUV115.64132.16129.69-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.33%
GREEN value IS 113 (44.53% from 255) = 31.92%
BLUE value IS 123 (48.44% from 255) = 34.75%
R=33.33%
G=31.92%
B=34.75%

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
Decimal1181131230.040.0800.522704.2446.27
Hex76717B4803410e42e
Octal166161173410064416456
Binary11101101110001111101110010000110100100001110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76717B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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