#79688D

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

Shades of Mamba #79688D

Tints of Mamba #79688D

Color information

#79688D (or 0x79688D) is unknown color: approx Mamba. HEX triplet: 79, 68 and 8D. RGB value is (121,104,141). Sum of RGB (Red+Green+Blue) = 121+104+141=366 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.06% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 141 - color contains mainly: blue. Hex color #79688D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79688D is #869772. Grayscale: #717171. Windows color (decimal): -8820595 or 9267321. OLE color: 9267321.

HSL color Cylindrical-coordinate representation of color #79688D: hue angle of 267.57º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #79688D is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB121104141-
CMYK0.140.2600.45
HSL267.57º15.1%48.04%-
HSV(B)267.57º26.24%55.29%-
XYZ17.6415.8927.34-
YUV113.3143.63133.49-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.06%
GREEN value IS 104 (41.02% from 255) = 28.42%
BLUE value IS 141 (55.47% from 255) = 38.52%
R=33.06%
G=28.42%
B=38.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1211041410.140.2600.45267.5715.148.04
Hex79688DE1A02D10cf30
Octal17115021516320554141760
Binary111100111010001000110111101101001011011000011001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79688D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79688D; }

 p { color: rgb(121,104,141); }

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

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

 a { background-color: rgb(121,104,141); }

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

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

 span { border-color: rgb(121,104,141); }

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