#79485E

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

Shades of Cosmic #79485E

Tints of Cosmic #79485E

Color information

#79485E (or 0x79485E) is unknown color: approx Cosmic. HEX triplet: 79, 48 and 5E. RGB value is (121,72,94). Sum of RGB (Red+Green+Blue) = 121+72+94=287 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.16% from 287); Green value is 72 (28.52% from 255 or 25.09% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 121 - color contains mainly: red. Hex color #79485E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79485E is #86B7A1. Grayscale: #595959. Windows color (decimal): -8828834 or 6178937. OLE color: 6178937.

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

Color convert

RGB1217294-
CMYK00.400.220.53
HSL333.06º25.39%37.84%-
HSV(B)333.06º40.5%47.45%-
XYZ12.229.5111.78-
YUV89.16130.73150.71-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.16%
GREEN value IS 72 (28.52% from 255) = 25.09%
BLUE value IS 94 (37.11% from 255) = 32.75%
R=42.16%
G=25.09%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121729400.400.220.53333.0625.3937.84
Hex79485E028163514d1926
Octal17111013605026655153146
Binary11110011001000101111001010001011011010110100110111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79485E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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