Html Css Color HEX #79697F Mamba

📋 copy color: '#79697F'

red 121 ◦ green 105 ◦ blue 127

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

Shades of Mamba #79697F

Tints of Mamba #79697F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.75%

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

R = 34.28%
G = 29.75%
B = 35.98%

CMYK

 C value IS 0.05

 M value IS 0.17

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#79697F (or 0x79697F) is known color: Mamba. HEX triplet: 79, 69 and 7F. RGB value is (121,105,127). Sum of RGB (Red+Green+Blue) = 121+105+127=353 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.28% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 127 (50% from 255 or 35.98% from 353); Max value from RGB is 127 - color contains mainly: blue. Hex color #79697F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79697F is #869680. Grayscale: #707070. Windows color (decimal): -8820353 or 8350073. OLE color: 8350073.

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

Color convert

RGB 121 105 127 -
CMYK 0.05 0.17 0 0.50
HSL 283.64º 0.09% 0.45% -
HSV(B) 283.64º 0.17% 0.5% -
XYZ 16.77 15.7 22.23 -
YUV 112.29 136.3 134.21 -
System Red Green Blue C M Y K H S L
Decimal 121 105 127 0.05 0.17 0 0.50 283.64 0.09 0.45
Hex 79 69 7F 5 11 0 32 11C 9 2D
Octal 171 151 177 5 21 0 62 434 11 55
Binary 1111001 1101001 1111111 101 10001 0 110010 100011100 1001 101101

Color Harmonies of #79697F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79697F

Black with #79697F

Text Example


Text Example

White with #79697F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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