#786484

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

Shades of Mamba #786484

Tints of Mamba #786484

Color information

#786484 (or 0x786484) is unknown color: approx Mamba. HEX triplet: 78, 64 and 84. RGB value is (120,100,132). Sum of RGB (Red+Green+Blue) = 120+100+132=352 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.09% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 132 (51.95% from 255 or 37.5% from 352); Max value from RGB is 132 - color contains mainly: blue. Hex color #786484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786484 is #879B7B. Grayscale: #6D6D6D. Windows color (decimal): -8887164 or 8676472. OLE color: 8676472.

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

Color convert

RGB120100132-
CMYK0.090.2400.48
HSL277.5º13.79%45.49%-
HSV(B)277.5º24.24%51.76%-
XYZ16.4714.7723.81-
YUV109.63140.63135.4-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.09%
GREEN value IS 100 (39.45% from 255) = 28.41%
BLUE value IS 132 (51.95% from 255) = 37.5%
R=34.09%
G=28.41%
B=37.5%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1201001320.090.2400.48277.513.7945.49
Hex786484918030116e2d
Octal17014420411300604261655
Binary111100011001001000010010011100001100001000101101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786484; }

 p { color: rgb(120,100,132); }

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

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

 a { background-color: rgb(120,100,132); }

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

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

 span { border-color: rgb(120,100,132); }

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