Html Css Color HEX #777579 Mamba

📋 copy color: '#777579'

red 119 ◦ green 117 ◦ blue 121

#777579
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mamba #777579

Tints of Mamba #777579

RGB

 RED value IS 119 (46.88% from 255) = 33.33%

 GREEN value IS 117 (46.09% from 255) = 32.77%

 BLUE value IS 121 (47.66% from 255) = 33.89%

R = 33.33%
G = 32.77%
B = 33.89%

CMYK

 C value IS 0.02

 M value IS 0.03

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#777579 (or 0x777579) is known color: Mamba. HEX triplet: 77, 75 and 79. RGB value is (119,117,121). Sum of RGB (Red+Green+Blue) = 119+117+121=357 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.33% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 121 (47.66% from 255 or 33.89% from 357); Max value from RGB is 121 - color contains mainly: blue. Hex color #777579 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777579 is #888A86. Grayscale: #767676. Windows color (decimal): -8948359 or 7959927. OLE color: 7959927.

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

Color convert

RGB 119 117 121 -
CMYK 0.02 0.03 0 0.53
HSL 270º 0.02% 0.47% -
HSV(B) 270º 0.03% 0.47% -
XYZ 17.42 18.02 20.65 -
YUV 118.05 129.66 128.67 -
System Red Green Blue C M Y K H S L
Decimal 119 117 121 0.02 0.03 0 0.53 270 0.02 0.47
Hex 77 75 79 2 3 0 35 10E 2 2F
Octal 167 165 171 2 3 0 65 416 2 57
Binary 1110111 1110101 1111001 10 11 0 110101 100001110 10 101111

Color Harmonies of #777579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777579

Black with #777579

Text Example


Text Example

White with #777579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777579; }

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

 H1.HeaderClassName
 {
   color: #777579;
 }
 .AnyTagClassName
 {
   color: #777579;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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