#766784

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

Shades of Mamba #766784

Tints of Mamba #766784

Color information

#766784 (or 0x766784) is unknown color: approx Mamba. HEX triplet: 76, 67 and 84. RGB value is (118,103,132). Sum of RGB (Red+Green+Blue) = 118+103+132=353 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.43% from 353); Green value is 103 (40.62% from 255 or 29.18% from 353); Blue value is 132 (51.95% from 255 or 37.39% from 353); Max value from RGB is 132 - color contains mainly: blue. Hex color #766784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766784 is #89987B. Grayscale: #6E6E6E. Windows color (decimal): -9017468 or 8677238. OLE color: 8677238.

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

Color convert

RGB118103132-
CMYK0.110.2200.48
HSL271.03º12.34%46.08%-
HSV(B)271.03º21.97%51.76%-
XYZ16.4915.2223.9-
YUV110.79139.97133.14-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.43%
GREEN value IS 103 (40.62% from 255) = 29.18%
BLUE value IS 132 (51.95% from 255) = 37.39%
R=33.43%
G=29.18%
B=37.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1181031320.110.2200.48271.0312.3446.08
Hex766784B1603010fc2e
Octal16614720413260604171456
Binary111011011001111000010010111011001100001000011111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766784; }

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

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

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

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

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

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

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

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