#766C7E

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

Shades of Mamba #766C7E

Tints of Mamba #766C7E

Color information

#766C7E (or 0x766C7E) is unknown color: approx Mamba. HEX triplet: 76, 6C and 7E. RGB value is (118,108,126). Sum of RGB (Red+Green+Blue) = 118+108+126=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 108 (42.58% from 255 or 30.68% from 352); Blue value is 126 (49.61% from 255 or 35.80% from 352); Max value from RGB is 126 - color contains mainly: blue. Hex color #766C7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766C7E is #899381. Grayscale: #707070. Windows color (decimal): -9016194 or 8285302. OLE color: 8285302.

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

Color convert

RGB118108126-
CMYK0.060.1400.51
HSL273.33º7.69%45.88%-
HSV(B)273.33º14.29%49.41%-
XYZ16.616.0821.97-
YUV113.04135.31131.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.52%
GREEN value IS 108 (42.58% from 255) = 30.68%
BLUE value IS 126 (49.61% from 255) = 35.80%
R=33.52%
G=30.68%
B=35.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1181081260.060.1400.51273.337.6945.88
Hex766C7E6E03311182e
Octal1661541766160634211056
Binary111011011011001111110110111001100111000100011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,108,126); }

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

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

 a { background-color: rgb(118,108,126); }

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

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

 span { border-color: rgb(118,108,126); }

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