#77717A

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

Shades of Mamba #77717A

Tints of Mamba #77717A

Color information

#77717A (or 0x77717A) is unknown color: approx Mamba. HEX triplet: 77, 71 and 7A. RGB value is (119,113,122). Sum of RGB (Red+Green+Blue) = 119+113+122=354 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.62% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 122 - color contains mainly: blue. Hex color #77717A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77717A is #888E85. Grayscale: #737373. Windows color (decimal): -8949382 or 8024439. OLE color: 8024439.

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

Color convert

RGB119113122-
CMYK0.020.0700.52
HSL280º3.83%46.08%-
HSV(B)280º7.38%47.84%-
XYZ17.0317.1420.82-
YUV115.82131.49130.27-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.62%
GREEN value IS 113 (44.53% from 255) = 31.92%
BLUE value IS 122 (48.05% from 255) = 34.46%
R=33.62%
G=31.92%
B=34.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1191131220.020.0700.522803.8346.08
Hex77717A2703411842e
Octal16716117227064430456
Binary111011111100011111010101110110100100011000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77717A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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