#766B7B

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

Shades of Mamba #766B7B

Tints of Mamba #766B7B

Color information

#766B7B (or 0x766B7B) is unknown color: approx Mamba. HEX triplet: 76, 6B and 7B. RGB value is (118,107,123). Sum of RGB (Red+Green+Blue) = 118+107+123=348 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.91% from 348); Green value is 107 (42.19% from 255 or 30.75% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 123 - color contains mainly: blue. Hex color #766B7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766B7B is #899484. Grayscale: #707070. Windows color (decimal): -9016453 or 8088438. OLE color: 8088438.

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

Color convert

RGB118107123-
CMYK0.040.1300.52
HSL281.25º6.96%45.1%-
HSV(B)281.25º13.01%48.24%-
XYZ16.315.820.93-
YUV112.11134.14132.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.91%
GREEN value IS 107 (42.19% from 255) = 30.75%
BLUE value IS 123 (48.44% from 255) = 35.34%
R=33.91%
G=30.75%
B=35.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1181071230.040.1300.52281.256.9645.1
Hex766B7B4D03411972d
Octal166153173415064431755
Binary11101101101011111101110011010110100100011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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