Html Css Color HEX #79707F Mamba

📋 copy color: '#79707F'

red 121 ◦ green 112 ◦ blue 127

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

Shades of Mamba #79707F

Tints of Mamba #79707F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.28%

R = 33.61%
G = 31.11%
B = 35.28%

CMYK

 C value IS 0.05

 M value IS 0.12

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#79707F (or 0x79707F) is known color: Mamba. HEX triplet: 79, 70 and 7F. RGB value is (121,112,127). Sum of RGB (Red+Green+Blue) = 121+112+127=360 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.61% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 127 - color contains mainly: blue. Hex color #79707F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79707F is #868F80. Grayscale: #747474. Windows color (decimal): -8818561 or 8351865. OLE color: 8351865.

HSL color Cylindrical-coordinate representation of color #79707F: hue angle of 276º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #79707F is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 121 112 127 -
CMYK 0.05 0.12 0 0.50
HSL 276º 0.06% 0.47% -
HSV(B) 276º 0.12% 0.5% -
XYZ 17.51 17.19 22.47 -
YUV 116.4 133.98 131.28 -
System Red Green Blue C M Y K H S L
Decimal 121 112 127 0.05 0.12 0 0.50 276 0.06 0.47
Hex 79 70 7F 5 C 0 32 114 6 2F
Octal 171 160 177 5 14 0 62 424 6 57
Binary 1111001 1110000 1111111 101 1100 0 110010 100010100 110 101111

Color Harmonies of #79707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79707F

Black with #79707F

Text Example


Text Example

White with #79707F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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