#786188

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

Shades of Mamba #786188

Tints of Mamba #786188

Color information

#786188 (or 0x786188) is unknown color: approx Mamba. HEX triplet: 78, 61 and 88. RGB value is (120,97,136). Sum of RGB (Red+Green+Blue) = 120+97+136=353 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.99% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 136 (53.52% from 255 or 38.53% from 353); Max value from RGB is 136 - color contains mainly: blue. Hex color #786188 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786188 is #879E77. Grayscale: #6C6C6C. Windows color (decimal): -8887928 or 8937848. OLE color: 8937848.

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

Color convert

RGB12097136-
CMYK0.120.2900.47
HSL275.38º16.74%45.69%-
HSV(B)275.38º28.68%53.33%-
XYZ16.4614.3225.19-
YUV108.32143.62136.33-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.99%
GREEN value IS 97 (38.28% from 255) = 27.48%
BLUE value IS 136 (53.52% from 255) = 38.53%
R=33.99%
G=27.48%
B=38.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal120971360.120.2900.47275.3816.7445.69
Hex786188C1D02F113112e
Octal17014121014350574232156
Binary1111000110000110001000110011101010111110001001110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786188; }

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

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

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

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

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

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

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

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