#766E7B

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

Shades of Mamba #766E7B

Tints of Mamba #766E7B

Color information

#766E7B (or 0x766E7B) is unknown color: approx Mamba. HEX triplet: 76, 6E and 7B. RGB value is (118,110,123). Sum of RGB (Red+Green+Blue) = 118+110+123=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 110 (43.36% from 255 or 31.34% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 123 - color contains mainly: blue. Hex color #766E7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766E7B is #899184. Grayscale: #717171. Windows color (decimal): -9015685 or 8089206. OLE color: 8089206.

HSL color Cylindrical-coordinate representation of color #766E7B: hue angle of 276.92º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #766E7B is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB118110123-
CMYK0.040.1100.52
HSL276.92º5.58%45.69%-
HSV(B)276.92º10.57%48.24%-
XYZ16.6216.4321.03-
YUV113.87133.15130.94-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.62%
GREEN value IS 110 (43.36% from 255) = 31.34%
BLUE value IS 123 (48.44% from 255) = 35.04%
R=33.62%
G=31.34%
B=35.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1181101230.040.1100.52276.925.5845.69
Hex766E7B4B03411562e
Octal166156173413064425656
Binary11101101101110111101110010110110100100010101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766E7B; }

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

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

<style>
 a { background-color: #766E7B; }

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

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

<style>
 span { border-color: #766E7B; }

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

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