#794162

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

Shades of Cosmic #794162

Tints of Cosmic #794162

Color information

#794162 (or 0x794162) is unknown color: approx Cosmic. HEX triplet: 79, 41 and 62. RGB value is (121,65,98). Sum of RGB (Red+Green+Blue) = 121+65+98=284 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.61% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 98 (38.67% from 255 or 34.51% from 284); Max value from RGB is 121 - color contains mainly: red. Hex color #794162 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794162 is #86BE9D. Grayscale: #555555. Windows color (decimal): -8830622 or 6439289. OLE color: 6439289.

HSL color Cylindrical-coordinate representation of color #794162: hue angle of 324.64º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #794162 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB1216598-
CMYK00.460.190.53
HSL324.64º30.11%36.47%-
HSV(B)324.64º46.28%47.45%-
XYZ11.988.7312.61-
YUV85.51135.05153.32-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.61%
GREEN value IS 65 (25.78% from 255) = 22.89%
BLUE value IS 98 (38.67% from 255) = 34.51%
R=42.61%
G=22.89%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121659800.460.190.53324.6430.1136.47
Hex79416202E13351451e24
Octal17110114205623655053644
Binary11110011000001110001001011101001111010110100010111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794162; }

 p { color: rgb(121,65,98); }

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

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

 a { background-color: rgb(121,65,98); }

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

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

 span { border-color: rgb(121,65,98); }

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