Html Css Color HEX #796980 Mamba

📋 copy color: '#796980'

red 121 ◦ green 105 ◦ blue 128

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

Shades of Mamba #796980

Tints of Mamba #796980

RGB

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

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

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

R = 34.18%
G = 29.66%
B = 36.16%

CMYK

 C value IS 0.05

 M value IS 0.18

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#796980 (or 0x796980) is known color: Mamba. HEX triplet: 79, 69 and 80. RGB value is (121,105,128). Sum of RGB (Red+Green+Blue) = 121+105+128=354 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.18% from 354); Green value is 105 (41.41% from 255 or 29.66% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 128 - color contains mainly: blue. Hex color #796980 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796980 is #86967F. Grayscale: #707070. Windows color (decimal): -8820352 or 8415609. OLE color: 8415609.

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

Color convert

RGB 121 105 128 -
CMYK 0.05 0.18 0 0.50
HSL 281.74º 0.1% 0.46% -
HSV(B) 281.74º 0.18% 0.5% -
XYZ 16.83 15.73 22.57 -
YUV 112.41 136.8 134.13 -
System Red Green Blue C M Y K H S L
Decimal 121 105 128 0.05 0.18 0 0.50 281.74 0.1 0.46
Hex 79 69 80 5 12 0 32 11A A 2E
Octal 171 151 200 5 22 0 62 432 12 56
Binary 1111001 1101001 10000000 101 10010 0 110010 100011010 1010 101110

Color Harmonies of #796980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796980

Black with #796980

Text Example


Text Example

White with #796980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796980; }

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

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

background-color css

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

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

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

border-color css

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

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

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