#796685

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

Shades of Mamba #796685

Tints of Mamba #796685

Color information

#796685 (or 0x796685) is unknown color: approx Mamba. HEX triplet: 79, 66 and 85. RGB value is (121,102,133). Sum of RGB (Red+Green+Blue) = 121+102+133=356 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.99% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 133 (52.34% from 255 or 37.36% from 356); Max value from RGB is 133 - color contains mainly: blue. Hex color #796685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796685 is #86997A. Grayscale: #6F6F6F. Windows color (decimal): -8821115 or 8742521. OLE color: 8742521.

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

Color convert

RGB121102133-
CMYK0.090.2300.48
HSL276.77º13.19%46.08%-
HSV(B)276.77º23.31%52.16%-
XYZ16.8715.2624.25-
YUV111.22140.29134.98-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.99%
GREEN value IS 102 (40.23% from 255) = 28.65%
BLUE value IS 133 (52.34% from 255) = 37.36%
R=33.99%
G=28.65%
B=37.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1211021330.090.2300.48276.7713.1946.08
Hex796685917030115d2e
Octal17114620511270604251556
Binary111100111001101000010110011011101100001000101011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796685; }

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

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

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

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

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

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

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

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