#794061

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

Shades of Cosmic #794061

Tints of Cosmic #794061

Color information

#794061 (or 0x794061) is unknown color: approx Cosmic. HEX triplet: 79, 40 and 61. RGB value is (121,64,97). Sum of RGB (Red+Green+Blue) = 121+64+97=282 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.91% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 97 (38.28% from 255 or 34.40% from 282); Max value from RGB is 121 - color contains mainly: red. Hex color #794061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794061 is #86BF9E. Grayscale: #545454. Windows color (decimal): -8830879 or 6373497. OLE color: 6373497.

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

Color convert

RGB1216497-
CMYK00.470.200.53
HSL325.26º30.81%36.27%-
HSV(B)325.26º47.11%47.45%-
XYZ11.888.5912.34-
YUV84.8134.88153.82-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.91%
GREEN value IS 64 (25.39% from 255) = 22.70%
BLUE value IS 97 (38.28% from 255) = 34.40%
R=42.91%
G=22.70%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121649700.470.200.53325.2630.8136.27
Hex79406102F14351451f24
Octal17110014105724655053744
Binary11110011000000110000101011111010011010110100010111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794061; }

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

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

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

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

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

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

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

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