#777279

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

Shades of Mamba #777279

Tints of Mamba #777279

Color information

#777279 (or 0x777279) is unknown color: approx Mamba. HEX triplet: 77, 72 and 79. RGB value is (119,114,121). Sum of RGB (Red+Green+Blue) = 119+114+121=354 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.62% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 121 - color contains mainly: blue. Hex color #777279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777279 is #888D86. Grayscale: #747474. Windows color (decimal): -8949127 or 7959159. OLE color: 7959159.

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

Color convert

RGB119114121-
CMYK0.020.0600.53
HSL282.86º2.98%46.08%-
HSV(B)282.86º5.79%47.45%-
XYZ17.0817.3420.54-
YUV116.29130.66129.93-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.62%
GREEN value IS 114 (44.92% from 255) = 32.20%
BLUE value IS 121 (47.66% from 255) = 34.18%
R=33.62%
G=32.20%
B=34.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191141210.020.0600.53282.862.9846.08
Hex7772792603511b32e
Octal16716217126065433356
Binary11101111110010111100110110011010110001101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777279; }

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

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

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

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

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

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

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

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