#79628C

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

Shades of Mamba #79628C

Tints of Mamba #79628C

Color information

#79628C (or 0x79628C) is unknown color: approx Mamba. HEX triplet: 79, 62 and 8C. RGB value is (121,98,140). Sum of RGB (Red+Green+Blue) = 121+98+140=359 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.70% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 140 (55.08% from 255 or 39.00% from 359); Max value from RGB is 140 - color contains mainly: blue. Hex color #79628C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79628C is #869D73. Grayscale: #6D6D6D. Windows color (decimal): -8822132 or 9200249. OLE color: 9200249.

HSL color Cylindrical-coordinate representation of color #79628C: hue angle of 272.86º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #79628C is Cyan = 0.14, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12198140-
CMYK0.140.300.45
HSL272.86º17.65%46.67%-
HSV(B)272.86º30%54.9%-
XYZ16.9914.6926.75-
YUV109.66145.12136.08-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.70%
GREEN value IS 98 (38.67% from 255) = 27.30%
BLUE value IS 140 (55.08% from 255) = 39.00%
R=33.70%
G=27.30%
B=39.00%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal121981400.140.300.45272.8617.6546.67
Hex79628CE1E02D111122f
Octal17114221416360554212257
Binary1111001110001010001100111011110010110110001000110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79628C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79628C; }

 p { color: rgb(121,98,140); }

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

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

 a { background-color: rgb(121,98,140); }

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

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

 span { border-color: rgb(121,98,140); }

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