#77737A

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

Shades of Mamba #77737A

Tints of Mamba #77737A

Color information

#77737A (or 0x77737A) is unknown color: approx Mamba. HEX triplet: 77, 73 and 7A. RGB value is (119,115,122). Sum of RGB (Red+Green+Blue) = 119+115+122=356 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.43% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 122 - color contains mainly: blue. Hex color #77737A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77737A is #888C85. Grayscale: #747474. Windows color (decimal): -8948870 or 8024951. OLE color: 8024951.

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

Color convert

RGB119115122-
CMYK0.020.0600.52
HSL274.29º2.95%46.47%-
HSV(B)274.29º5.74%47.84%-
XYZ17.2517.5920.9-
YUV116.99130.83129.43-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.43%
GREEN value IS 115 (45.31% from 255) = 32.30%
BLUE value IS 122 (48.05% from 255) = 34.27%
R=33.43%
G=32.30%
B=34.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1191151220.020.0600.52274.292.9546.47
Hex77737A2603411232e
Octal16716317226064422356
Binary11101111110011111101010110011010010001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77737A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77737A; }

 p { color: rgb(119,115,122); }

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

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

 a { background-color: rgb(119,115,122); }

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

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

 span { border-color: rgb(119,115,122); }

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