#796989

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

Shades of Mamba #796989

Tints of Mamba #796989

Color information

#796989 (or 0x796989) is unknown color: approx Mamba. HEX triplet: 79, 69 and 89. RGB value is (121,105,137). Sum of RGB (Red+Green+Blue) = 121+105+137=363 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.33% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 137 (53.91% from 255 or 37.74% from 363); Max value from RGB is 137 - color contains mainly: blue. Hex color #796989 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796989 is #869676. Grayscale: #717171. Windows color (decimal): -8820343 or 9005433. OLE color: 9005433.

HSL color Cylindrical-coordinate representation of color #796989: hue angle of 270º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #796989 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB121105137-
CMYK0.120.2300.46
HSL270º13.22%47.45%-
HSV(B)270º23.36%53.73%-
XYZ17.4515.9725.83-
YUV113.43141.3133.4-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.33%
GREEN value IS 105 (41.41% from 255) = 28.93%
BLUE value IS 137 (53.91% from 255) = 37.74%
R=33.33%
G=28.93%
B=37.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1211051370.120.2300.4627013.2247.45
Hex796989C1702E10ed2f
Octal17115121114270564161557
Binary111100111010011000100111001011101011101000011101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796989; }

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

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

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

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

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

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

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

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