#786083

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

Shades of Mamba #786083

Tints of Mamba #786083

Color information

#786083 (or 0x786083) is unknown color: approx Mamba. HEX triplet: 78, 60 and 83. RGB value is (120,96,131). Sum of RGB (Red+Green+Blue) = 120+96+131=347 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.58% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 131 (51.56% from 255 or 37.75% from 347); Max value from RGB is 131 - color contains mainly: blue. Hex color #786083 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786083 is #879F7C. Grayscale: #6B6B6B. Windows color (decimal): -8888189 or 8609912. OLE color: 8609912.

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

Color convert

RGB12096131-
CMYK0.080.2700.49
HSL281.14º15.42%44.51%-
HSV(B)281.14º26.72%51.37%-
XYZ16.031423.33-
YUV107.17141.45137.15-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.58%
GREEN value IS 96 (37.89% from 255) = 27.67%
BLUE value IS 131 (51.56% from 255) = 37.75%
R=34.58%
G=27.67%
B=37.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal120961310.080.2700.49281.1415.4244.51
Hex78608381B031119f2d
Octal17014020310330614311755
Binary111100011000001000001110001101101100011000110011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786083; }

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

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

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

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

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

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

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

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