#794669

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

Shades of Cosmic #794669

Tints of Cosmic #794669

Color information

#794669 (or 0x794669) is unknown color: approx Cosmic. HEX triplet: 79, 46 and 69. RGB value is (121,70,105). Sum of RGB (Red+Green+Blue) = 121+70+105=296 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.88% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 105 (41.41% from 255 or 35.47% from 296); Max value from RGB is 121 - color contains mainly: red. Hex color #794669 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794669 is #86B996. Grayscale: #595959. Windows color (decimal): -8829335 or 6899321. OLE color: 6899321.

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

Color convert

RGB12170105-
CMYK00.420.130.53
HSL318.82º26.7%37.45%-
HSV(B)318.82º42.15%47.45%-
XYZ12.639.4714.53-
YUV89.24136.9150.65-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 40.88%
GREEN value IS 70 (27.73% from 255) = 23.65%
BLUE value IS 105 (41.41% from 255) = 35.47%
R=40.88%
G=23.65%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1217010500.420.130.53318.8226.737.45
Hex79466902AD3513f1b25
Octal17110615105215654773345
Binary1111001100011011010010101010110111010110011111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794669; }

 p { color: rgb(121,70,105); }

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

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

 a { background-color: rgb(121,70,105); }

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

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

 span { border-color: rgb(121,70,105); }

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