#766182

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

Shades of Mamba #766182

Tints of Mamba #766182

Color information

#766182 (or 0x766182) is unknown color: approx Mamba. HEX triplet: 76, 61 and 82. RGB value is (118,97,130). Sum of RGB (Red+Green+Blue) = 118+97+130=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 130 (51.17% from 255 or 37.68% from 345); Max value from RGB is 130 - color contains mainly: blue. Hex color #766182 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766182 is #899E7D. Grayscale: #6A6A6A. Windows color (decimal): -9019006 or 8544630. OLE color: 8544630.

HSL color Cylindrical-coordinate representation of color #766182: hue angle of 278.18º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #766182 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11897130-
CMYK0.090.2500.49
HSL278.18º14.54%44.51%-
HSV(B)278.18º25.38%50.98%-
XYZ15.7814.0122.99-
YUV107.04140.96135.82-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.20%
GREEN value IS 97 (38.28% from 255) = 28.12%
BLUE value IS 130 (51.17% from 255) = 37.68%
R=34.20%
G=28.12%
B=37.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118971300.090.2500.49278.1814.5444.51
Hex766182919031116f2d
Octal16614120211310614261755
Binary111011011000011000001010011100101100011000101101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766182; }

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

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

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

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

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

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

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

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