#786985

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

Shades of Mamba #786985

Tints of Mamba #786985

Color information

#786985 (or 0x786985) is unknown color: approx Mamba. HEX triplet: 78, 69 and 85. RGB value is (120,105,133). Sum of RGB (Red+Green+Blue) = 120+105+133=358 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.52% from 358); Green value is 105 (41.41% from 255 or 29.33% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 133 - color contains mainly: blue. Hex color #786985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786985 is #87967A. Grayscale: #707070. Windows color (decimal): -8885883 or 8743288. OLE color: 8743288.

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

Color convert

RGB120105133-
CMYK0.100.2100.48
HSL272.14º11.76%46.67%-
HSV(B)272.14º21.05%52.16%-
XYZ17.0315.7924.34-
YUV112.68139.47133.22-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.52%
GREEN value IS 105 (41.41% from 255) = 29.33%
BLUE value IS 133 (52.34% from 255) = 37.15%
R=33.52%
G=29.33%
B=37.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1201051330.100.2100.48272.1411.7646.67
Hex786985A15030110c2f
Octal17015120512250604201457
Binary111100011010011000010110101010101100001000100001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786985; }

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

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

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

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

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

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

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

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