#76687D

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

Shades of Mamba #76687D

Tints of Mamba #76687D

Color information

#76687D (or 0x76687D) is unknown color: approx Mamba. HEX triplet: 76, 68 and 7D. RGB value is (118,104,125). Sum of RGB (Red+Green+Blue) = 118+104+125=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 125 - color contains mainly: blue. Hex color #76687D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76687D is #899782. Grayscale: #6E6E6E. Windows color (decimal): -9017219 or 8218742. OLE color: 8218742.

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

Color convert

RGB118104125-
CMYK0.060.1700.51
HSL280º9.17%44.9%-
HSV(B)280º16.8%49.02%-
XYZ16.1215.2321.49-
YUV110.58136.14133.29-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.01%
GREEN value IS 104 (41.02% from 255) = 29.97%
BLUE value IS 125 (49.22% from 255) = 36.02%
R=34.01%
G=29.97%
B=36.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1181041250.060.1700.512809.1744.9
Hex76687D61103311892d
Octal1661501756210634301155
Binary1110110110100011111011101000101100111000110001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76687D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76687D; }

 p { color: rgb(118,104,125); }

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

<style>
 a { background-color: #76687D; }

 a { background-color: rgb(118,104,125); }

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

<style>
 span { border-color: #76687D; }

 span { border-color: rgb(118,104,125); }

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