#794064

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

Shades of Cosmic #794064

Tints of Cosmic #794064

Color information

#794064 (or 0x794064) is unknown color: approx Cosmic. HEX triplet: 79, 40 and 64. RGB value is (121,64,100). Sum of RGB (Red+Green+Blue) = 121+64+100=285 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.46% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 100 (39.45% from 255 or 35.09% from 285); Max value from RGB is 121 - color contains mainly: red. Hex color #794064 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794064 is #86BF9B. Grayscale: #555555. Windows color (decimal): -8830876 or 6570105. OLE color: 6570105.

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

Color convert

RGB12164100-
CMYK00.470.170.53
HSL322.11º30.81%36.27%-
HSV(B)322.11º47.11%47.45%-
XYZ12.028.6513.09-
YUV85.15136.38153.57-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.46%
GREEN value IS 64 (25.39% from 255) = 22.46%
BLUE value IS 100 (39.45% from 255) = 35.09%
R=42.46%
G=22.46%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1216410000.470.170.53322.1130.8136.27
Hex79406402F11351421f24
Octal17110014405721655023744
Binary11110011000000110010001011111000111010110100001011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794064; }

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

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

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

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

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

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

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

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