#796988

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

Shades of Mamba #796988

Tints of Mamba #796988

Color information

#796988 (or 0x796988) is unknown color: approx Mamba. HEX triplet: 79, 69 and 88. RGB value is (121,105,136). Sum of RGB (Red+Green+Blue) = 121+105+136=362 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.43% from 362); Green value is 105 (41.41% from 255 or 29.01% from 362); Blue value is 136 (53.52% from 255 or 37.57% from 362); Max value from RGB is 136 - color contains mainly: blue. Hex color #796988 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796988 is #869677. Grayscale: #717171. Windows color (decimal): -8820344 or 8939897. OLE color: 8939897.

HSL color Cylindrical-coordinate representation of color #796988: hue angle of 270.97º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #796988 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB121105136-
CMYK0.110.2300.47
HSL270.97º12.86%47.25%-
HSV(B)270.97º22.79%53.33%-
XYZ17.3815.9525.45-
YUV113.32140.8133.48-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.43%
GREEN value IS 105 (41.41% from 255) = 29.01%
BLUE value IS 136 (53.52% from 255) = 37.57%
R=33.43%
G=29.01%
B=37.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1211051360.110.2300.47270.9712.8647.25
Hex796988B1702F10fd2f
Octal17115121013270574171557
Binary111100111010011000100010111011101011111000011111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796988; }

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

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

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

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

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

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

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

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