#796286

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

Shades of Mamba #796286

Tints of Mamba #796286

Color information

#796286 (or 0x796286) is unknown color: approx Mamba. HEX triplet: 79, 62 and 86. RGB value is (121,98,134). Sum of RGB (Red+Green+Blue) = 121+98+134=353 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.28% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 134 (52.73% from 255 or 37.96% from 353); Max value from RGB is 134 - color contains mainly: blue. Hex color #796286 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796286 is #869D79. Grayscale: #6C6C6C. Windows color (decimal): -8822138 or 8807033. OLE color: 8807033.

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

Color convert

RGB12198134-
CMYK0.100.2700.47
HSL278.33º15.52%45.49%-
HSV(B)278.33º26.87%52.55%-
XYZ16.5614.5224.48-
YUV108.98142.12136.57-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.28%
GREEN value IS 98 (38.67% from 255) = 27.76%
BLUE value IS 134 (52.73% from 255) = 37.96%
R=34.28%
G=27.76%
B=37.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal121981340.100.2700.47278.3315.5245.49
Hex796286A1B02F116102d
Octal17114220612330574262055
Binary1111001110001010000110101011011010111110001011010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796286; }

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

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

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

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

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

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

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

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