#79405E

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

Shades of Cosmic #79405E

Tints of Cosmic #79405E

Color information

#79405E (or 0x79405E) is unknown color: approx Cosmic. HEX triplet: 79, 40 and 5E. RGB value is (121,64,94). Sum of RGB (Red+Green+Blue) = 121+64+94=279 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.37% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 121 - color contains mainly: red. Hex color #79405E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79405E is #86BFA1. Grayscale: #545454. Windows color (decimal): -8830882 or 6176889. OLE color: 6176889.

HSL color Cylindrical-coordinate representation of color #79405E: hue angle of 328.42º 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 #79405E is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB1216494-
CMYK00.470.220.53
HSL328.42º30.81%36.27%-
HSV(B)328.42º47.11%47.45%-
XYZ11.748.5411.62-
YUV84.46133.38154.06-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.37%
GREEN value IS 64 (25.39% from 255) = 22.94%
BLUE value IS 94 (37.11% from 255) = 33.69%
R=43.37%
G=22.94%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121649400.470.220.53328.4230.8136.27
Hex79405E02F16351481f24
Octal17110013605726655103744
Binary11110011000000101111001011111011011010110100100011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79405E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79405E; }

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

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

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

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

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

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

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

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