Html Css Color HEX #796882 Mamba

📋 copy color: '#796882'

red 121 ◦ green 104 ◦ blue 130

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

Shades of Mamba #796882

Tints of Mamba #796882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 36.62%

R = 34.08%
G = 29.3%
B = 36.62%

CMYK

 C value IS 0.07

 M value IS 0.2

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#796882 (or 0x796882) is known color: Mamba. HEX triplet: 79, 68 and 82. RGB value is (121,104,130). Sum of RGB (Red+Green+Blue) = 121+104+130=355 (47% of max value = 765). Red value is 121 (47.66% from 255 or 34.08% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 130 (51.17% from 255 or 36.62% from 355); Max value from RGB is 130 - color contains mainly: blue. Hex color #796882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796882 is #86977D. Grayscale: #6F6F6F. Windows color (decimal): -8820606 or 8546425. OLE color: 8546425.

HSL color Cylindrical-coordinate representation of color #796882: hue angle of 279.23º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #796882 is Cyan = 0.07, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 121 104 130 -
CMYK 0.07 0.2 0 0.49
HSL 279.23º 0.11% 0.46% -
HSV(B) 279.23º 0.2% 0.51% -
XYZ 16.86 15.58 23.24 -
YUV 112.05 138.13 134.39 -
System Red Green Blue C M Y K H S L
Decimal 121 104 130 0.07 0.2 0 0.49 279.23 0.11 0.46
Hex 79 68 82 7 14 0 31 117 B 2E
Octal 171 150 202 7 24 0 61 427 13 56
Binary 1111001 1101000 10000010 111 10100 0 110001 100010111 1011 101110

Color Harmonies of #796882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796882

Black with #796882

Text Example


Text Example

White with #796882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796882; }

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

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

background-color css

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

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

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

border-color css

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

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

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