#787779

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

Shades of Mamba #787779

Tints of Mamba #787779

Color information

#787779 (or 0x787779) is unknown color: approx Mamba. HEX triplet: 78, 77 and 79. RGB value is (120,119,121). Sum of RGB (Red+Green+Blue) = 120+119+121=360 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.33% from 360); Green value is 119 (46.88% from 255 or 33.06% from 360); Blue value is 121 (47.66% from 255 or 33.61% from 360); Max value from RGB is 121 - color contains mainly: blue. Hex color #787779 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787779 is #878886. Grayscale: #777777. Windows color (decimal): -8882311 or 7960440. OLE color: 7960440.

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

Color convert

RGB120119121-
CMYK0.010.0200.53
HSL270º0.83%47.06%-
HSV(B)270º1.65%47.45%-
XYZ17.7918.5720.74-
YUV119.53128.83128.34-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.33%
GREEN value IS 119 (46.88% from 255) = 33.06%
BLUE value IS 121 (47.66% from 255) = 33.61%
R=33.33%
G=33.06%
B=33.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201191210.010.0200.532700.8347.06
Hex7877791203510e12f
Octal17016717112065416157
Binary11110001110111111100111001101011000011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787779; }

 p { color: rgb(120,119,121); }

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

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

 a { background-color: rgb(120,119,121); }

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

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

 span { border-color: rgb(120,119,121); }

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