Html Css Color HEX #79727C Mamba

📋 copy color: '#79727C'

red 121 ◦ green 114 ◦ blue 124

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

Shades of Mamba #79727C

Tints of Mamba #79727C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.75%

 BLUE value IS 124 (48.83% from 255) = 34.54%

R = 33.7%
G = 31.75%
B = 34.54%

CMYK

 C value IS 0.02

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#79727C (or 0x79727C) is known color: Mamba. HEX triplet: 79, 72 and 7C. RGB value is (121,114,124). Sum of RGB (Red+Green+Blue) = 121+114+124=359 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.70% from 359); Green value is 114 (44.92% from 255 or 31.75% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 124 - color contains mainly: blue. Hex color #79727C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79727C is #868D83. Grayscale: #757575. Windows color (decimal): -8818052 or 8155769. OLE color: 8155769.

HSL color Cylindrical-coordinate representation of color #79727C: hue angle of 282º 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 #79727C is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 121 114 124 -
CMYK 0.02 0.08 0 0.51
HSL 282º 0.04% 0.47% -
HSV(B) 282º 0.08% 0.49% -
XYZ 17.54 17.55 21.53 -
YUV 117.23 131.82 130.69 -
System Red Green Blue C M Y K H S L
Decimal 121 114 124 0.02 0.08 0 0.51 282 0.04 0.47
Hex 79 72 7C 2 8 0 33 11A 4 2F
Octal 171 162 174 2 10 0 63 432 4 57
Binary 1111001 1110010 1111100 10 1000 0 110011 100011010 100 101111

Color Harmonies of #79727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79727C

Black with #79727C

Text Example


Text Example

White with #79727C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79727C; }

 p { color: rgb(121,114,124); }

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

background-color css

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

 a { background-color: rgb(121,114,124); }

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

border-color css

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

 span { border-color: rgb(121,114,124); }

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