Html Css Color HEX #796880 Mamba

📋 copy color: '#796880'

red 121 ◦ green 104 ◦ blue 128

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

Shades of Mamba #796880

Tints of Mamba #796880

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.46%

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

R = 34.28%
G = 29.46%
B = 36.26%

CMYK

 C value IS 0.05

 M value IS 0.19

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#796880 (or 0x796880) is known color: Mamba. HEX triplet: 79, 68 and 80. RGB value is (121,104,128). Sum of RGB (Red+Green+Blue) = 121+104+128=353 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.28% from 353); Green value is 104 (41.02% from 255 or 29.46% from 353); Blue value is 128 (50.39% from 255 or 36.26% from 353); Max value from RGB is 128 - color contains mainly: blue. Hex color #796880 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796880 is #86977F. Grayscale: #6F6F6F. Windows color (decimal): -8820608 or 8415353. OLE color: 8415353.

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

Color convert

RGB 121 104 128 -
CMYK 0.05 0.19 0 0.50
HSL 282.5º 0.1% 0.45% -
HSV(B) 282.5º 0.19% 0.5% -
XYZ 16.73 15.52 22.54 -
YUV 111.82 137.13 134.55 -
System Red Green Blue C M Y K H S L
Decimal 121 104 128 0.05 0.19 0 0.50 282.5 0.1 0.45
Hex 79 68 80 5 13 0 32 11A A 2D
Octal 171 150 200 5 23 0 62 432 12 55
Binary 1111001 1101000 10000000 101 10011 0 110010 100011010 1010 101101

Color Harmonies of #796880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796880

Black with #796880

Text Example


Text Example

White with #796880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796880; }

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

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

background-color css

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

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

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

border-color css

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

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

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