Html Css Color HEX #79707C Mamba

📋 copy color: '#79707C'

red 121 ◦ green 112 ◦ blue 124

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

Shades of Mamba #79707C

Tints of Mamba #79707C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.37%

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

R = 33.89%
G = 31.37%
B = 34.73%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#79707C (or 0x79707C) is known color: Mamba. HEX triplet: 79, 70 and 7C. RGB value is (121,112,124). Sum of RGB (Red+Green+Blue) = 121+112+124=357 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.89% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 124 - color contains mainly: blue. Hex color #79707C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79707C is #868F83. Grayscale: #747474. Windows color (decimal): -8818564 or 8155257. OLE color: 8155257.

HSL color Cylindrical-coordinate representation of color #79707C: hue angle of 285º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #79707C is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 121 112 124 -
CMYK 0.02 0.10 0 0.51
HSL 285º 0.05% 0.46% -
HSV(B) 285º 0.1% 0.49% -
XYZ 17.32 17.11 21.46 -
YUV 116.06 132.48 131.52 -
System Red Green Blue C M Y K H S L
Decimal 121 112 124 0.02 0.10 0 0.51 285 0.05 0.46
Hex 79 70 7C 2 A 0 33 11D 5 2E
Octal 171 160 174 2 12 0 63 435 5 56
Binary 1111001 1110000 1111100 10 1010 0 110011 100011101 101 101110

Color Harmonies of #79707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79707C

Black with #79707C

Text Example


Text Example

White with #79707C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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