#766E7A

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

Shades of Mamba #766E7A

Tints of Mamba #766E7A

Color information

#766E7A (or 0x766E7A) is unknown color: approx Mamba. HEX triplet: 76, 6E and 7A. RGB value is (118,110,122). Sum of RGB (Red+Green+Blue) = 118+110+122=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 122 - color contains mainly: blue. Hex color #766E7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766E7A is #899185. Grayscale: #717171. Windows color (decimal): -9015686 or 8023670. OLE color: 8023670.

HSL color Cylindrical-coordinate representation of color #766E7A: hue angle of 280º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #766E7A is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB118110122-
CMYK0.030.1000.52
HSL280º5.17%45.49%-
HSV(B)280º9.84%47.84%-
XYZ16.5616.4120.71-
YUV113.76132.65131.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.71%
GREEN value IS 110 (43.36% from 255) = 31.43%
BLUE value IS 122 (48.05% from 255) = 34.86%
R=33.71%
G=31.43%
B=34.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1181101220.030.1000.522805.1745.49
Hex766E7A3A03411852d
Octal166156172312064430555
Binary1110110110111011110101110100110100100011000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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