#796287

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

Shades of Mamba #796287

Tints of Mamba #796287

Color information

#796287 (or 0x796287) is unknown color: approx Mamba. HEX triplet: 79, 62 and 87. RGB value is (121,98,135). Sum of RGB (Red+Green+Blue) = 121+98+135=354 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.18% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 135 (53.12% from 255 or 38.14% from 354); Max value from RGB is 135 - color contains mainly: blue. Hex color #796287 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796287 is #869D78. Grayscale: #6C6C6C. Windows color (decimal): -8822137 or 8872569. OLE color: 8872569.

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

Color convert

RGB12198135-
CMYK0.100.2700.47
HSL277.3º15.88%45.69%-
HSV(B)277.3º27.41%52.94%-
XYZ16.6314.5524.85-
YUV109.1142.62136.49-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.18%
GREEN value IS 98 (38.67% from 255) = 27.68%
BLUE value IS 135 (53.12% from 255) = 38.14%
R=34.18%
G=27.68%
B=38.14%

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
Decimal121981350.100.2700.47277.315.8845.69
Hex796287A1B02F115102e
Octal17114220712330574252056
Binary1111001110001010000111101011011010111110001010110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796287; }

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

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

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

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

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

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

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

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