#766081

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

Shades of Mamba #766081

Tints of Mamba #766081

Color information

#766081 (or 0x766081) is unknown color: approx Mamba. HEX triplet: 76, 60 and 81. RGB value is (118,96,129). Sum of RGB (Red+Green+Blue) = 118+96+129=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 129 (50.78% from 255 or 37.61% from 343); Max value from RGB is 129 - color contains mainly: blue. Hex color #766081 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766081 is #899F7E. Grayscale: #6A6A6A. Windows color (decimal): -9019263 or 8478838. OLE color: 8478838.

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

Color convert

RGB11896129-
CMYK0.090.2600.49
HSL280º14.67%44.12%-
HSV(B)280º25.58%50.59%-
XYZ15.6213.822.61-
YUV106.34140.79136.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.40%
GREEN value IS 96 (37.89% from 255) = 27.99%
BLUE value IS 129 (50.78% from 255) = 37.61%
R=34.40%
G=27.99%
B=37.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118961290.090.2600.4928014.6744.12
Hex76608191A031118f2c
Octal16614020111320614301754
Binary111011011000001000000110011101001100011000110001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766081; }

 p { color: rgb(118,96,129); }

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

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

 a { background-color: rgb(118,96,129); }

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

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

 span { border-color: rgb(118,96,129); }

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