#786388

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

Shades of Mamba #786388

Tints of Mamba #786388

Color information

#786388 (or 0x786388) is unknown color: approx Mamba. HEX triplet: 78, 63 and 88. RGB value is (120,99,136). Sum of RGB (Red+Green+Blue) = 120+99+136=355 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.80% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 136 (53.52% from 255 or 38.31% from 355); Max value from RGB is 136 - color contains mainly: blue. Hex color #786388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786388 is #879C77. Grayscale: #6D6D6D. Windows color (decimal): -8887416 or 8938360. OLE color: 8938360.

HSL color Cylindrical-coordinate representation of color #786388: hue angle of 274.05º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #786388 is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12099136-
CMYK0.120.2700.47
HSL274.05º15.74%46.08%-
HSV(B)274.05º27.21%53.33%-
XYZ16.6514.6925.25-
YUV109.5142.96135.49-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.80%
GREEN value IS 99 (39.06% from 255) = 27.89%
BLUE value IS 136 (53.52% from 255) = 38.31%
R=33.80%
G=27.89%
B=38.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal120991360.120.2700.47274.0515.7446.08
Hex786388C1B02F112102e
Octal17014321014330574222056
Binary1111000110001110001000110011011010111110001001010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786388; }

 p { color: rgb(120,99,136); }

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

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

 a { background-color: rgb(120,99,136); }

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

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

 span { border-color: rgb(120,99,136); }

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