#766F7C

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

Shades of Mamba #766F7C

Tints of Mamba #766F7C

Color information

#766F7C (or 0x766F7C) is unknown color: approx Mamba. HEX triplet: 76, 6F and 7C. RGB value is (118,111,124). Sum of RGB (Red+Green+Blue) = 118+111+124=353 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.43% from 353); Green value is 111 (43.75% from 255 or 31.44% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 124 - color contains mainly: blue. Hex color #766F7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766F7C is #899083. Grayscale: #727272. Windows color (decimal): -9015428 or 8154998. OLE color: 8154998.

HSL color Cylindrical-coordinate representation of color #766F7C: hue angle of 272.31º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #766F7C is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB118111124-
CMYK0.050.1000.51
HSL272.31º5.53%46.08%-
HSV(B)272.31º10.48%48.63%-
XYZ16.7916.6821.4-
YUV114.57133.32130.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.43%
GREEN value IS 111 (43.75% from 255) = 31.44%
BLUE value IS 124 (48.83% from 255) = 35.13%
R=33.43%
G=31.44%
B=35.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1181111240.050.1000.51272.315.5346.08
Hex766F7C5A03311062e
Octal166157174512063420656
Binary11101101101111111110010110100110011100010000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,111,124); }

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

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

 a { background-color: rgb(118,111,124); }

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

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

 span { border-color: rgb(118,111,124); }

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