#796987

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

Shades of Mamba #796987

Tints of Mamba #796987

Color information

#796987 (or 0x796987) is unknown color: approx Mamba. HEX triplet: 79, 69 and 87. RGB value is (121,105,135). Sum of RGB (Red+Green+Blue) = 121+105+135=361 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.52% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 135 (53.12% from 255 or 37.40% from 361); Max value from RGB is 135 - color contains mainly: blue. Hex color #796987 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796987 is #869678. Grayscale: #717171. Windows color (decimal): -8820345 or 8874361. OLE color: 8874361.

HSL color Cylindrical-coordinate representation of color #796987: hue angle of 272º degrees, saturation: 0.12, 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 #796987 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB121105135-
CMYK0.100.2200.47
HSL272º12.5%47.06%-
HSV(B)272º22.22%52.94%-
XYZ17.3115.9225.08-
YUV113.2140.3133.56-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.52%
GREEN value IS 105 (41.41% from 255) = 29.09%
BLUE value IS 135 (53.12% from 255) = 37.40%
R=33.52%
G=29.09%
B=37.40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1211051350.100.2200.4727212.547.06
Hex796987A1602F110c2f
Octal17115120712260574201457
Binary111100111010011000011110101011001011111000100001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796987; }

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

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

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

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

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

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

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

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