#786283

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

Shades of Mamba #786283

Tints of Mamba #786283

Color information

#786283 (or 0x786283) is unknown color: approx Mamba. HEX triplet: 78, 62 and 83. RGB value is (120,98,131). Sum of RGB (Red+Green+Blue) = 120+98+131=349 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.38% from 349); Green value is 98 (38.67% from 255 or 28.08% from 349); Blue value is 131 (51.56% from 255 or 37.54% from 349); Max value from RGB is 131 - color contains mainly: blue. Hex color #786283 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786283 is #879D7C. Grayscale: #6C6C6C. Windows color (decimal): -8887677 or 8610424. OLE color: 8610424.

HSL color Cylindrical-coordinate representation of color #786283: hue angle of 280º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #786283 is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12098131-
CMYK0.080.2500.49
HSL280º14.41%44.9%-
HSV(B)280º25.19%51.37%-
XYZ16.2114.3723.39-
YUV108.34140.79136.32-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.38%
GREEN value IS 98 (38.67% from 255) = 28.08%
BLUE value IS 131 (51.56% from 255) = 37.54%
R=34.38%
G=28.08%
B=37.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal120981310.080.2500.4928014.4144.9
Hex786283819031118e2d
Octal17014220310310614301655
Binary111100011000101000001110001100101100011000110001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786283; }

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

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

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

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

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

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

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

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