#796A85

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

Shades of Mamba #796A85

Tints of Mamba #796A85

Color information

#796A85 (or 0x796A85) is unknown color: approx Mamba. HEX triplet: 79, 6A and 85. RGB value is (121,106,133). Sum of RGB (Red+Green+Blue) = 121+106+133=360 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.61% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 133 (52.34% from 255 or 36.94% from 360); Max value from RGB is 133 - color contains mainly: blue. Hex color #796A85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796A85 is #86957A. Grayscale: #717171. Windows color (decimal): -8820091 or 8743545. OLE color: 8743545.

HSL color Cylindrical-coordinate representation of color #796A85: hue angle of 273.33º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #796A85 is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB121106133-
CMYK0.090.2000.48
HSL273.33º11.3%46.86%-
HSV(B)273.33º20.3%52.16%-
XYZ17.2716.0724.38-
YUV113.56138.97133.3-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.61%
GREEN value IS 106 (41.80% from 255) = 29.44%
BLUE value IS 133 (52.34% from 255) = 36.94%
R=33.61%
G=29.44%
B=36.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1211061330.090.2000.48273.3311.346.86
Hex796A85914030111b2f
Octal17115220511240604211357
Binary111100111010101000010110011010001100001000100011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796A85; }

 p { color: rgb(121,106,133); }

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

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

 a { background-color: rgb(121,106,133); }

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

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

 span { border-color: rgb(121,106,133); }

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