#76657F

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

Shades of Mamba #76657F

Tints of Mamba #76657F

Color information

#76657F (or 0x76657F) is unknown color: approx Mamba. HEX triplet: 76, 65 and 7F. RGB value is (118,101,127). Sum of RGB (Red+Green+Blue) = 118+101+127=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 127 (50% from 255 or 36.71% from 346); Max value from RGB is 127 - color contains mainly: blue. Hex color #76657F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76657F is #899A80. Grayscale: #6C6C6C. Windows color (decimal): -9017985 or 8349046. OLE color: 8349046.

HSL color Cylindrical-coordinate representation of color #76657F: hue angle of 279.23º 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 #76657F is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB118101127-
CMYK0.070.2000.50
HSL279.23º11.4%44.71%-
HSV(B)279.23º20.47%49.8%-
XYZ15.9614.6922.07-
YUV109.05138.13134.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.10%
GREEN value IS 101 (39.84% from 255) = 29.19%
BLUE value IS 127 (50% from 255) = 36.71%
R=34.10%
G=29.19%
B=36.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1181011270.070.2000.50279.2311.444.71
Hex76657F714032117b2d
Octal1661451777240624271355
Binary1110110110010111111111111010001100101000101111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76657F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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