#79405C

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

Shades of Cosmic #79405C

Tints of Cosmic #79405C

Color information

#79405C (or 0x79405C) is unknown color: approx Cosmic. HEX triplet: 79, 40 and 5C. RGB value is (121,64,92). Sum of RGB (Red+Green+Blue) = 121+64+92=277 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.68% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 121 - color contains mainly: red. Hex color #79405C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79405C is #86BFA3. Grayscale: #545454. Windows color (decimal): -8830884 or 6045817. OLE color: 6045817.

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

Color convert

RGB1216492-
CMYK00.470.240.53
HSL330.53º30.81%36.27%-
HSV(B)330.53º47.11%47.45%-
XYZ11.658.511.15-
YUV84.24132.38154.22-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.68%
GREEN value IS 64 (25.39% from 255) = 23.10%
BLUE value IS 92 (36.33% from 255) = 33.21%
R=43.68%
G=23.10%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121649200.470.240.53330.5330.8136.27
Hex79405C02F183514b1f24
Octal17110013405730655133744
Binary11110011000000101110001011111100011010110100101111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79405C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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