#766F7B

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

Shades of Mamba #766F7B

Tints of Mamba #766F7B

Color information

#766F7B (or 0x766F7B) is unknown color: approx Mamba. HEX triplet: 76, 6F and 7B. RGB value is (118,111,123). Sum of RGB (Red+Green+Blue) = 118+111+123=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 111 (43.75% from 255 or 31.53% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 123 - color contains mainly: blue. Hex color #766F7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766F7B is #899084. Grayscale: #727272. Windows color (decimal): -9015429 or 8089462. OLE color: 8089462.

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

Color convert

RGB118111123-
CMYK0.040.1000.52
HSL275º5.13%45.88%-
HSV(B)275º9.76%48.24%-
XYZ16.7316.6521.07-
YUV114.46132.82130.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.52%
GREEN value IS 111 (43.75% from 255) = 31.53%
BLUE value IS 123 (48.44% from 255) = 34.94%
R=33.52%
G=31.53%
B=34.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1181111230.040.1000.522755.1345.88
Hex766F7B4A03411352e
Octal166157173412064423556
Binary11101101101111111101110010100110100100010011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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