#787081

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

Shades of Mamba #787081

Tints of Mamba #787081

Color information

#787081 (or 0x787081) is unknown color: approx Mamba. HEX triplet: 78, 70 and 81. RGB value is (120,112,129). Sum of RGB (Red+Green+Blue) = 120+112+129=361 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.24% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 129 (50.78% from 255 or 35.73% from 361); Max value from RGB is 129 - color contains mainly: blue. Hex color #787081 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787081 is #878F7E. Grayscale: #747474. Windows color (decimal): -8884095 or 8482936. OLE color: 8482936.

HSL color Cylindrical-coordinate representation of color #787081: hue angle of 268.24º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #787081 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB120112129-
CMYK0.070.1300.49
HSL268.24º7.05%47.25%-
HSV(B)268.24º13.18%50.59%-
XYZ17.517.1723.16-
YUV116.33135.15130.62-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.24%
GREEN value IS 112 (44.14% from 255) = 31.02%
BLUE value IS 129 (50.78% from 255) = 35.73%
R=33.24%
G=31.02%
B=35.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1201121290.070.1300.49268.247.0547.25
Hex7870817D03110c72f
Octal170160201715061414757
Binary111100011100001000000111111010110001100001100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787081; }

 p { color: rgb(120,112,129); }

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

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

 a { background-color: rgb(120,112,129); }

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

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

 span { border-color: rgb(120,112,129); }

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