#794961

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

Shades of Cosmic #794961

Tints of Cosmic #794961

Color information

#794961 (or 0x794961) is unknown color: approx Cosmic. HEX triplet: 79, 49 and 61. RGB value is (121,73,97). Sum of RGB (Red+Green+Blue) = 121+73+97=291 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.58% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 97 (38.28% from 255 or 33.33% from 291); Max value from RGB is 121 - color contains mainly: red. Hex color #794961 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794961 is #86B69E. Grayscale: #5A5A5A. Windows color (decimal): -8828575 or 6375801. OLE color: 6375801.

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

Color convert

RGB1217397-
CMYK00.400.200.53
HSL330º24.74%38.04%-
HSV(B)330º39.67%47.45%-
XYZ12.439.6912.53-
YUV90.09131.9150.05-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.58%
GREEN value IS 73 (28.91% from 255) = 25.09%
BLUE value IS 97 (38.28% from 255) = 33.33%
R=41.58%
G=25.09%
B=33.33%

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
Decimal121739700.400.200.5333024.7438.04
Hex794961028143514a1926
Octal17111114105024655123146
Binary11110011001001110000101010001010011010110100101011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794961; }

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

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

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

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

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

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

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

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