Html Css Color HEX #796A80 Mamba

📋 copy color: '#796A80'

red 121 ◦ green 106 ◦ blue 128

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

Shades of Mamba #796A80

Tints of Mamba #796A80

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.86%

 BLUE value IS 128 (50.39% from 255) = 36.06%

R = 34.08%
G = 29.86%
B = 36.06%

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

#796A80 (or 0x796A80) is known color: Mamba. HEX triplet: 79, 6A and 80. RGB value is (121,106,128). Sum of RGB (Red+Green+Blue) = 121+106+128=355 (47% of max value = 765). Red value is 121 (47.66% from 255 or 34.08% from 355); Green value is 106 (41.80% from 255 or 29.86% from 355); Blue value is 128 (50.39% from 255 or 36.06% from 355); Max value from RGB is 128 - color contains mainly: blue. Hex color #796A80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796A80 is #86957F. Grayscale: #707070. Windows color (decimal): -8820096 or 8415865. OLE color: 8415865.

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

Color convert

RGB 121 106 128 -
CMYK 0.05 0.17 0 0.50
HSL 280.91º 0.09% 0.46% -
HSV(B) 280.91º 0.17% 0.5% -
XYZ 16.94 15.93 22.6 -
YUV 112.99 136.47 133.71 -
System Red Green Blue C M Y K H S L
Decimal 121 106 128 0.05 0.17 0 0.50 280.91 0.09 0.46
Hex 79 6A 80 5 11 0 32 119 9 2E
Octal 171 152 200 5 21 0 62 431 11 56
Binary 1111001 1101010 10000000 101 10001 0 110010 100011001 1001 101110

Color Harmonies of #796A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796A80

Black with #796A80

Text Example


Text Example

White with #796A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796A80; }

 p { color: rgb(121,106,128); }

 H1.HeaderClassName
 {
   color: #796A80;
 }
 .AnyTagClassName
 {
   color: #796A80;
 }
</style>

background-color css

<style>
 a { background-color: #796A80; }

 a { background-color: rgb(121,106,128); }

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

border-color css

<style>
 span { border-color: #796A80; }

 span { border-color: rgb(121,106,128); }

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