#79516C

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

Shades of Cosmic #79516C

Tints of Cosmic #79516C

Color information

#79516C (or 0x79516C) is unknown color: approx Cosmic. HEX triplet: 79, 51 and 6C. RGB value is (121,81,108). Sum of RGB (Red+Green+Blue) = 121+81+108=310 (41% of max value = 765). Red value is 121 (47.66% from 255 or 39.03% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 121 - color contains mainly: red. Hex color #79516C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79516C is #86AE93. Grayscale: #5F5F5F. Windows color (decimal): -8826516 or 7098745. OLE color: 7098745.

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

Color convert

RGB12181108-
CMYK00.330.110.53
HSL319.5º19.8%39.61%-
HSV(B)319.5º33.06%47.45%-
XYZ13.5311.0315.6-
YUV96.04134.75145.8-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.03%
GREEN value IS 81 (32.03% from 255) = 26.13%
BLUE value IS 108 (42.58% from 255) = 34.84%
R=39.03%
G=26.13%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1218110800.330.110.53319.519.839.61
Hex79516C021B351401428
Octal17112115404113655002450
Binary1111001101000111011000100001101111010110100000010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79516C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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