#793860

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

Shades of Cosmic #793860

Tints of Cosmic #793860

Color information

#793860 (or 0x793860) is unknown color: approx Cosmic. HEX triplet: 79, 38 and 60. RGB value is (121,56,96). Sum of RGB (Red+Green+Blue) = 121+56+96=273 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.32% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 121 - color contains mainly: red. Hex color #793860 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793860 is #86C79F. Grayscale: #4F4F4F. Windows color (decimal): -8832928 or 6305913. OLE color: 6305913.

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

Color convert

RGB1215696-
CMYK00.540.210.53
HSL323.08º36.72%34.71%-
HSV(B)323.08º53.72%47.45%-
XYZ11.417.7411.96-
YUV80137.03157.25-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.32%
GREEN value IS 56 (22.27% from 255) = 20.51%
BLUE value IS 96 (37.89% from 255) = 35.16%
R=44.32%
G=20.51%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121569600.540.210.53323.0836.7234.71
Hex79386003615351432523
Octal1717014006625655034543
Binary11110011110001100000011011010101110101101000011100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793860; }

 p { color: rgb(121,56,96); }

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

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

 a { background-color: rgb(121,56,96); }

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

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

 span { border-color: rgb(121,56,96); }

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