Html Css Color HEX #79747E Mamba

📋 copy color: '#79747E'

red 121 ◦ green 116 ◦ blue 126

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

Shades of Mamba #79747E

Tints of Mamba #79747E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.96%

 BLUE value IS 126 (49.61% from 255) = 34.71%

R = 33.33%
G = 31.96%
B = 34.71%

CMYK

 C value IS 0.04

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#79747E (or 0x79747E) is known color: Mamba. HEX triplet: 79, 74 and 7E. RGB value is (121,116,126). Sum of RGB (Red+Green+Blue) = 121+116+126=363 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.33% from 363); Green value is 116 (45.70% from 255 or 31.96% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 126 - color contains mainly: blue. Hex color #79747E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79747E is #868B81. Grayscale: #767676. Windows color (decimal): -8817538 or 8287353. OLE color: 8287353.

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

Color convert

RGB 121 116 126 -
CMYK 0.04 0.08 0 0.51
HSL 270º 0.04% 0.47% -
HSV(B) 270º 0.08% 0.49% -
XYZ 17.9 18.06 22.28 -
YUV 118.64 132.16 129.69 -
System Red Green Blue C M Y K H S L
Decimal 121 116 126 0.04 0.08 0 0.51 270 0.04 0.47
Hex 79 74 7E 4 8 0 33 10E 4 2F
Octal 171 164 176 4 10 0 63 416 4 57
Binary 1111001 1110100 1111110 100 1000 0 110011 100001110 100 101111

Color Harmonies of #79747E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79747E

Black with #79747E

Text Example


Text Example

White with #79747E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79747E; }

 p { color: rgb(121,116,126); }

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

background-color css

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

 a { background-color: rgb(121,116,126); }

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

border-color css

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

 span { border-color: rgb(121,116,126); }

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