#794361

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

Shades of Cosmic #794361

Tints of Cosmic #794361

Color information

#794361 (or 0x794361) is unknown color: approx Cosmic. HEX triplet: 79, 43 and 61. RGB value is (121,67,97). Sum of RGB (Red+Green+Blue) = 121+67+97=285 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.46% from 285); Green value is 67 (26.56% from 255 or 23.51% from 285); Blue value is 97 (38.28% from 255 or 34.04% from 285); Max value from RGB is 121 - color contains mainly: red. Hex color #794361 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794361 is #86BC9E. Grayscale: #565656. Windows color (decimal): -8830111 or 6374265. OLE color: 6374265.

HSL color Cylindrical-coordinate representation of color #794361: hue angle of 326.67º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #794361 is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB1216797-
CMYK00.450.200.53
HSL326.67º28.72%36.86%-
HSV(B)326.67º44.63%47.45%-
XYZ12.058.9412.4-
YUV86.57133.89152.56-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.46%
GREEN value IS 67 (26.56% from 255) = 23.51%
BLUE value IS 97 (38.28% from 255) = 34.04%
R=42.46%
G=23.51%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121679700.450.200.53326.6728.7236.86
Hex79436102D14351471d25
Octal17110314105524655073545
Binary11110011000011110000101011011010011010110100011111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794361; }

 p { color: rgb(121,67,97); }

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

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

 a { background-color: rgb(121,67,97); }

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

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

 span { border-color: rgb(121,67,97); }

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