#794368

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

Shades of Cosmic #794368

Tints of Cosmic #794368

Color information

#794368 (or 0x794368) is unknown color: approx Cosmic. HEX triplet: 79, 43 and 68. RGB value is (121,67,104). Sum of RGB (Red+Green+Blue) = 121+67+104=292 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.44% from 292); Green value is 67 (26.56% from 255 or 22.95% from 292); Blue value is 104 (41.02% from 255 or 35.62% from 292); Max value from RGB is 121 - color contains mainly: red. Hex color #794368 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794368 is #86BC97. Grayscale: #575757. Windows color (decimal): -8830104 or 6833017. OLE color: 6833017.

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

Color convert

RGB12167104-
CMYK00.450.140.53
HSL318.89º28.72%36.86%-
HSV(B)318.89º44.63%47.45%-
XYZ12.399.0814.2-
YUV87.36137.39151.99-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.44%
GREEN value IS 67 (26.56% from 255) = 22.95%
BLUE value IS 104 (41.02% from 255) = 35.62%
R=41.44%
G=22.95%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1216710400.450.140.53318.8928.7236.86
Hex79436802DE3513f1d25
Octal17110315005516654773545
Binary1111001100001111010000101101111011010110011111111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794368; }

 p { color: rgb(121,67,104); }

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

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

 a { background-color: rgb(121,67,104); }

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

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

 span { border-color: rgb(121,67,104); }

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