#786885

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

Shades of Mamba #786885

Tints of Mamba #786885

Color information

#786885 (or 0x786885) is unknown color: approx Mamba. HEX triplet: 78, 68 and 85. RGB value is (120,104,133). Sum of RGB (Red+Green+Blue) = 120+104+133=357 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.61% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 133 (52.34% from 255 or 37.25% from 357); Max value from RGB is 133 - color contains mainly: blue. Hex color #786885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786885 is #87977A. Grayscale: #6F6F6F. Windows color (decimal): -8886139 or 8743032. OLE color: 8743032.

HSL color Cylindrical-coordinate representation of color #786885: hue angle of 273.1º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #786885 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB120104133-
CMYK0.100.2200.48
HSL273.1º12.24%46.47%-
HSV(B)273.1º21.8%52.16%-
XYZ16.9315.5924.31-
YUV112.09139.8133.64-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.61%
GREEN value IS 104 (41.02% from 255) = 29.13%
BLUE value IS 133 (52.34% from 255) = 37.25%
R=33.61%
G=29.13%
B=37.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1201041330.100.2200.48273.112.2446.47
Hex786885A16030111c2e
Octal17015020512260604211456
Binary111100011010001000010110101011001100001000100011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786885; }

 p { color: rgb(120,104,133); }

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

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

 a { background-color: rgb(120,104,133); }

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

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

 span { border-color: rgb(120,104,133); }

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