#766186

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

Shades of Mamba #766186

Tints of Mamba #766186

Color information

#766186 (or 0x766186) is unknown color: approx Mamba. HEX triplet: 76, 61 and 86. RGB value is (118,97,134). Sum of RGB (Red+Green+Blue) = 118+97+134=349 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.81% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 134 (52.73% from 255 or 38.40% from 349); Max value from RGB is 134 - color contains mainly: blue. Hex color #766186 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766186 is #899E79. Grayscale: #6B6B6B. Windows color (decimal): -9019002 or 8806774. OLE color: 8806774.

HSL color Cylindrical-coordinate representation of color #766186: hue angle of 274.05º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #766186 is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11897134-
CMYK0.120.2800.47
HSL274.05º16.02%45.29%-
HSV(B)274.05º27.61%52.55%-
XYZ16.0514.1224.43-
YUV107.5142.96135.49-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.81%
GREEN value IS 97 (38.28% from 255) = 27.79%
BLUE value IS 134 (52.73% from 255) = 38.40%
R=33.81%
G=27.79%
B=38.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118971340.120.2800.47274.0516.0245.29
Hex766186C1C02F112102d
Octal16614120614340574222055
Binary1110110110000110000110110011100010111110001001010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766186; }

 p { color: rgb(118,97,134); }

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

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

 a { background-color: rgb(118,97,134); }

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

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

 span { border-color: rgb(118,97,134); }

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