Html Css Color HEX #796886 Mamba

📋 copy color: '#796886'

red 121 ◦ green 104 ◦ blue 134

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

Shades of Mamba #796886

Tints of Mamba #796886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 37.33%

R = 33.7%
G = 28.97%
B = 37.33%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#796886 (or 0x796886) is known color: Mamba. HEX triplet: 79, 68 and 86. RGB value is (121,104,134). Sum of RGB (Red+Green+Blue) = 121+104+134=359 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.70% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 134 (52.73% from 255 or 37.33% from 359); Max value from RGB is 134 - color contains mainly: blue. Hex color #796886 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796886 is #869779. Grayscale: #707070. Windows color (decimal): -8820602 or 8808569. OLE color: 8808569.

HSL color Cylindrical-coordinate representation of color #796886: hue angle of 274º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #796886 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 121 104 134 -
CMYK 0.10 0.22 0 0.47
HSL 274º 0.13% 0.47% -
HSV(B) 274º 0.22% 0.53% -
XYZ 17.14 15.69 24.68 -
YUV 112.5 140.13 134.06 -
System Red Green Blue C M Y K H S L
Decimal 121 104 134 0.10 0.22 0 0.47 274 0.13 0.47
Hex 79 68 86 A 16 0 2F 112 D 2F
Octal 171 150 206 12 26 0 57 422 15 57
Binary 1111001 1101000 10000110 1010 10110 0 101111 100010010 1101 101111

Color Harmonies of #796886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796886

Black with #796886

Text Example


Text Example

White with #796886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796886; }

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

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

background-color css

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

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

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

border-color css

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

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

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