Html Css Color HEX #79757C Mamba

📋 copy color: '#79757C'

red 121 ◦ green 117 ◦ blue 124

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

Shades of Mamba #79757C

Tints of Mamba #79757C

RGB

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

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

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

R = 33.43%
G = 32.32%
B = 34.25%

CMYK

 C value IS 0.02

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#79757C (or 0x79757C) is known color: Mamba. HEX triplet: 79, 75 and 7C. RGB value is (121,117,124). Sum of RGB (Red+Green+Blue) = 121+117+124=362 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.43% from 362); Green value is 117 (46.09% from 255 or 32.32% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 124 - color contains mainly: blue. Hex color #79757C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79757C is #868A83. Grayscale: #767676. Windows color (decimal): -8817284 or 8156537. OLE color: 8156537.

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

Color convert

RGB 121 117 124 -
CMYK 0.02 0.06 0 0.51
HSL 274.29º 0.03% 0.47% -
HSV(B) 274.29º 0.06% 0.49% -
XYZ 17.88 18.24 21.65 -
YUV 118.99 130.83 129.43 -
System Red Green Blue C M Y K H S L
Decimal 121 117 124 0.02 0.06 0 0.51 274.29 0.03 0.47
Hex 79 75 7C 2 6 0 33 112 3 2F
Octal 171 165 174 2 6 0 63 422 3 57
Binary 1111001 1110101 1111100 10 110 0 110011 100010010 11 101111

Color Harmonies of #79757C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79757C

Black with #79757C

Text Example


Text Example

White with #79757C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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