#794861

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

Shades of Cosmic #794861

Tints of Cosmic #794861

Color information

#794861 (or 0x794861) is unknown color: approx Cosmic. HEX triplet: 79, 48 and 61. RGB value is (121,72,97). Sum of RGB (Red+Green+Blue) = 121+72+97=290 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.72% from 290); Green value is 72 (28.52% from 255 or 24.83% from 290); Blue value is 97 (38.28% from 255 or 33.45% from 290); Max value from RGB is 121 - color contains mainly: red. Hex color #794861 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794861 is #86B79E. Grayscale: #595959. Windows color (decimal): -8828831 or 6375545. OLE color: 6375545.

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

Color convert

RGB1217297-
CMYK00.400.200.53
HSL329.39º25.39%37.84%-
HSV(B)329.39º40.5%47.45%-
XYZ12.369.5612.5-
YUV89.5132.23150.47-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.72%
GREEN value IS 72 (28.52% from 255) = 24.83%
BLUE value IS 97 (38.28% from 255) = 33.45%
R=41.72%
G=24.83%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121729700.400.200.53329.3925.3937.84
Hex79486102814351491926
Octal17111014105024655113146
Binary11110011001000110000101010001010011010110100100111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794861; }

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

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

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

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

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

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

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

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