#766084

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

Shades of Mamba #766084

Tints of Mamba #766084

Color information

#766084 (or 0x766084) is unknown color: approx Mamba. HEX triplet: 76, 60 and 84. RGB value is (118,96,132). Sum of RGB (Red+Green+Blue) = 118+96+132=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 132 (51.95% from 255 or 38.15% from 346); Max value from RGB is 132 - color contains mainly: blue. Hex color #766084 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766084 is #899F7B. Grayscale: #6A6A6A. Windows color (decimal): -9019260 or 8675446. OLE color: 8675446.

HSL color Cylindrical-coordinate representation of color #766084: hue angle of 276.67º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #766084 is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11896132-
CMYK0.110.2700.48
HSL276.67º15.79%44.71%-
HSV(B)276.67º27.27%51.76%-
XYZ15.8213.8823.68-
YUV106.68142.29136.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.10%
GREEN value IS 96 (37.89% from 255) = 27.75%
BLUE value IS 132 (51.95% from 255) = 38.15%
R=34.10%
G=27.75%
B=38.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal118961320.110.2700.48276.6715.7944.71
Hex766084B1B030115102d
Octal16614020413330604252055
Binary1110110110000010000100101111011011000010001010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766084; }

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

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

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

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

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

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

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

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