#796884

Color #796884 Mamba (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mamba #796884

Tints of Mamba #796884

Color information

#796884 (or 0x796884) is unknown color: approx Mamba. HEX triplet: 79, 68 and 84. RGB value is (121,104,132). Sum of RGB (Red+Green+Blue) = 121+104+132=357 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.89% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 132 (51.95% from 255 or 36.97% from 357); Max value from RGB is 132 - color contains mainly: blue. Hex color #796884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796884 is #86977B. Grayscale: #707070. Windows color (decimal): -8820604 or 8677497. OLE color: 8677497.

HSL color Cylindrical-coordinate representation of color #796884: hue angle of 276.43º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #796884 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB121104132-
CMYK0.080.2100.48
HSL276.43º11.86%46.27%-
HSV(B)276.43º21.21%51.76%-
XYZ1715.6323.95-
YUV112.28139.13134.22-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.89%
GREEN value IS 104 (41.02% from 255) = 29.13%
BLUE value IS 132 (51.95% from 255) = 36.97%
R=33.89%
G=29.13%
B=36.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1211041320.080.2100.48276.4311.8646.27
Hex796884815030114c2e
Octal17115020410250604241456
Binary111100111010001000010010001010101100001000101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796884; }

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

 H1.HeaderClassName
 {
   color: #796884;
 }
 .AnyTagClassName
 {
   color: #796884;
 }
</style>
background-color css

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

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

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

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

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

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