#79505E

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

Shades of Cosmic #79505E

Tints of Cosmic #79505E

Color information

#79505E (or 0x79505E) is unknown color: approx Cosmic. HEX triplet: 79, 50 and 5E. RGB value is (121,80,94). Sum of RGB (Red+Green+Blue) = 121+80+94=295 (39% of max value = 765). Red value is 121 (47.66% from 255 or 41.02% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 121 - color contains mainly: red. Hex color #79505E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79505E is #86AFA1. Grayscale: #5D5D5D. Windows color (decimal): -8826786 or 6180985. OLE color: 6180985.

HSL color Cylindrical-coordinate representation of color #79505E: hue angle of 339.51º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #79505E is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB1218094-
CMYK00.340.220.53
HSL339.51º20.4%39.41%-
HSV(B)339.51º33.88%47.45%-
XYZ12.7710.6111.96-
YUV93.85128.08147.36-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.02%
GREEN value IS 80 (31.64% from 255) = 27.12%
BLUE value IS 94 (37.11% from 255) = 31.86%
R=41.02%
G=27.12%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121809400.340.220.53339.5120.439.41
Hex79505E02216351541427
Octal17112013604226655242447
Binary11110011010000101111001000101011011010110101010010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79505E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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