#79486C

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

Shades of Cosmic #79486C

Tints of Cosmic #79486C

Color information

#79486C (or 0x79486C) is unknown color: approx Cosmic. HEX triplet: 79, 48 and 6C. RGB value is (121,72,108). Sum of RGB (Red+Green+Blue) = 121+72+108=301 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.20% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 121 - color contains mainly: red. Hex color #79486C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79486C is #86B793. Grayscale: #5A5A5A. Windows color (decimal): -8828820 or 7096441. OLE color: 7096441.

HSL color Cylindrical-coordinate representation of color #79486C: hue angle of 315.92º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #79486C is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB12172108-
CMYK00.400.110.53
HSL315.92º25.39%37.84%-
HSV(B)315.92º40.5%47.45%-
XYZ12.919.7815.4-
YUV90.76137.73149.57-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 40.20%
GREEN value IS 72 (28.52% from 255) = 23.92%
BLUE value IS 108 (42.58% from 255) = 35.88%
R=40.20%
G=23.92%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1217210800.400.110.53315.9225.3937.84
Hex79486C028B3513c1926
Octal17111015405013654743146
Binary1111001100100011011000101000101111010110011110011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79486C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,72,108); }

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

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

 a { background-color: rgb(121,72,108); }

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

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

 span { border-color: rgb(121,72,108); }

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