#786285

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

Shades of Mamba #786285

Tints of Mamba #786285

Color information

#786285 (or 0x786285) is unknown color: approx Mamba. HEX triplet: 78, 62 and 85. RGB value is (120,98,133). Sum of RGB (Red+Green+Blue) = 120+98+133=351 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.19% from 351); Green value is 98 (38.67% from 255 or 27.92% from 351); Blue value is 133 (52.34% from 255 or 37.89% from 351); Max value from RGB is 133 - color contains mainly: blue. Hex color #786285 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786285 is #879D7A. Grayscale: #6C6C6C. Windows color (decimal): -8887675 or 8741496. OLE color: 8741496.

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

Color convert

RGB12098133-
CMYK0.100.2600.48
HSL277.71º15.15%45.29%-
HSV(B)277.71º26.32%52.16%-
XYZ16.3514.4224.11-
YUV108.57141.79136.15-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.19%
GREEN value IS 98 (38.67% from 255) = 27.92%
BLUE value IS 133 (52.34% from 255) = 37.89%
R=34.19%
G=27.92%
B=37.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal120981330.100.2600.48277.7115.1545.29
Hex786285A1A030116f2d
Octal17014220512320604261755
Binary111100011000101000010110101101001100001000101101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786285; }

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

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

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

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

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

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

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

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