#796687

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

Shades of Mamba #796687

Tints of Mamba #796687

Color information

#796687 (or 0x796687) is unknown color: approx Mamba. HEX triplet: 79, 66 and 87. RGB value is (121,102,135). Sum of RGB (Red+Green+Blue) = 121+102+135=358 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.80% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 135 (53.12% from 255 or 37.71% from 358); Max value from RGB is 135 - color contains mainly: blue. Hex color #796687 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796687 is #869978. Grayscale: #6F6F6F. Windows color (decimal): -8821113 or 8873593. OLE color: 8873593.

HSL color Cylindrical-coordinate representation of color #796687: hue angle of 274.55º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #796687 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB121102135-
CMYK0.100.2400.47
HSL274.55º13.92%46.47%-
HSV(B)274.55º24.44%52.94%-
XYZ17.0115.3224.98-
YUV111.44141.29134.82-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.80%
GREEN value IS 102 (40.23% from 255) = 28.49%
BLUE value IS 135 (53.12% from 255) = 37.71%
R=33.80%
G=28.49%
B=37.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1211021350.100.2400.47274.5513.9246.47
Hex796687A1802F113e2e
Octal17114620712300574231656
Binary111100111001101000011110101100001011111000100111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796687; }

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

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

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

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

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

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

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

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