#786688

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

Shades of Mamba #786688

Tints of Mamba #786688

Color information

#786688 (or 0x786688) is unknown color: approx Mamba. HEX triplet: 78, 66 and 88. RGB value is (120,102,136). Sum of RGB (Red+Green+Blue) = 120+102+136=358 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.52% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 136 (53.52% from 255 or 37.99% from 358); Max value from RGB is 136 - color contains mainly: blue. Hex color #786688 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786688 is #879977. Grayscale: #6F6F6F. Windows color (decimal): -8886648 or 8939128. OLE color: 8939128.

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

Color convert

RGB120102136-
CMYK0.120.2500.47
HSL271.76º14.29%46.67%-
HSV(B)271.76º25%53.33%-
XYZ16.9415.2725.35-
YUV111.26141.96134.24-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.52%
GREEN value IS 102 (40.23% from 255) = 28.49%
BLUE value IS 136 (53.52% from 255) = 37.99%
R=33.52%
G=28.49%
B=37.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1201021360.120.2500.47271.7614.2946.67
Hex786688C1902F110e2f
Octal17014621014310574201657
Binary111100011001101000100011001100101011111000100001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786688; }

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

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

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

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

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

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

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

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