#796985

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

Shades of Mamba #796985

Tints of Mamba #796985

Color information

#796985 (or 0x796985) is unknown color: approx Mamba. HEX triplet: 79, 69 and 85. RGB value is (121,105,133). Sum of RGB (Red+Green+Blue) = 121+105+133=359 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.70% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 133 (52.34% from 255 or 37.05% from 359); Max value from RGB is 133 - color contains mainly: blue. Hex color #796985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796985 is #86967A. Grayscale: #707070. Windows color (decimal): -8820347 or 8743289. OLE color: 8743289.

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

Color convert

RGB121105133-
CMYK0.090.2100.48
HSL274.29º11.76%46.67%-
HSV(B)274.29º21.05%52.16%-
XYZ17.1715.8624.35-
YUV112.98139.3133.72-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.70%
GREEN value IS 105 (41.41% from 255) = 29.25%
BLUE value IS 133 (52.34% from 255) = 37.05%
R=33.70%
G=29.25%
B=37.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1211051330.090.2100.48274.2911.7646.67
Hex796985915030112c2f
Octal17115120511250604221457
Binary111100111010011000010110011010101100001000100101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796985; }

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

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

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

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

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

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

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

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