#79406A

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

Shades of Cosmic #79406A

Tints of Cosmic #79406A

Color information

#79406A (or 0x79406A) is unknown color: approx Cosmic. HEX triplet: 79, 40 and 6A. RGB value is (121,64,106). Sum of RGB (Red+Green+Blue) = 121+64+106=291 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.58% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 106 (41.80% from 255 or 36.43% from 291); Max value from RGB is 121 - color contains mainly: red. Hex color #79406A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79406A is #86BF95. Grayscale: #555555. Windows color (decimal): -8830870 or 6963321. OLE color: 6963321.

HSL color Cylindrical-coordinate representation of color #79406A: hue angle of 315.79º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #79406A is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB12164106-
CMYK00.470.120.53
HSL315.79º30.81%36.27%-
HSV(B)315.79º47.11%47.45%-
XYZ12.328.7714.68-
YUV85.83139.38153.08-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.58%
GREEN value IS 64 (25.39% from 255) = 21.99%
BLUE value IS 106 (41.80% from 255) = 36.43%
R=41.58%
G=21.99%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1216410600.470.120.53315.7930.8136.27
Hex79406A02FC3513c1f24
Octal17110015205714654743744
Binary1111001100000011010100101111110011010110011110011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79406A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79406A; }

 p { color: rgb(121,64,106); }

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

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

 a { background-color: rgb(121,64,106); }

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

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

 span { border-color: rgb(121,64,106); }

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