#786485

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

Shades of Mamba #786485

Tints of Mamba #786485

Color information

#786485 (or 0x786485) is unknown color: approx Mamba. HEX triplet: 78, 64 and 85. RGB value is (120,100,133). Sum of RGB (Red+Green+Blue) = 120+100+133=353 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.99% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 133 (52.34% from 255 or 37.68% from 353); Max value from RGB is 133 - color contains mainly: blue. Hex color #786485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786485 is #879B7A. Grayscale: #6D6D6D. Windows color (decimal): -8887163 or 8742008. OLE color: 8742008.

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

Color convert

RGB120100133-
CMYK0.100.2500.48
HSL276.36º14.16%45.69%-
HSV(B)276.36º24.81%52.16%-
XYZ16.5414.824.18-
YUV109.74141.13135.32-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.99%
GREEN value IS 100 (39.45% from 255) = 28.33%
BLUE value IS 133 (52.34% from 255) = 37.68%
R=33.99%
G=28.33%
B=37.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1201001330.100.2500.48276.3614.1645.69
Hex786485A19030114e2e
Octal17014420512310604241656
Binary111100011001001000010110101100101100001000101001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786485; }

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

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

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

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

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

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

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

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