Html Css Color HEX #79777B Mamba

📋 copy color: '#79777B'

red 121 ◦ green 119 ◦ blue 123

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

Shades of Mamba #79777B

Tints of Mamba #79777B

RGB

 RED value IS 121 (47.66% from 255) = 33.33%

 GREEN value IS 119 (46.88% from 255) = 32.78%

 BLUE value IS 123 (48.44% from 255) = 33.88%

R = 33.33%
G = 32.78%
B = 33.88%

CMYK

 C value IS 0.02

 M value IS 0.03

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#79777B (or 0x79777B) is known color: Mamba. HEX triplet: 79, 77 and 7B. RGB value is (121,119,123). Sum of RGB (Red+Green+Blue) = 121+119+123=363 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.33% from 363); Green value is 119 (46.88% from 255 or 32.78% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 123 - color contains mainly: blue. Hex color #79777B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79777B is #868884. Grayscale: #787878. Windows color (decimal): -8816773 or 8091513. OLE color: 8091513.

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

Color convert

RGB 121 119 123 -
CMYK 0.02 0.03 0 0.52
HSL 270º 0.02% 0.47% -
HSV(B) 270º 0.03% 0.48% -
XYZ 18.06 18.69 21.39 -
YUV 120.05 129.66 128.67 -
System Red Green Blue C M Y K H S L
Decimal 121 119 123 0.02 0.03 0 0.52 270 0.02 0.47
Hex 79 77 7B 2 3 0 34 10E 2 2F
Octal 171 167 173 2 3 0 64 416 2 57
Binary 1111001 1110111 1111011 10 11 0 110100 100001110 10 101111

Color Harmonies of #79777B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79777B

Black with #79777B

Text Example


Text Example

White with #79777B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79777B; }

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

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

background-color css

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

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

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

border-color css

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

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

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