#793960

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

Shades of Cosmic #793960

Tints of Cosmic #793960

Color information

#793960 (or 0x793960) is unknown color: approx Cosmic. HEX triplet: 79, 39 and 60. RGB value is (121,57,96). Sum of RGB (Red+Green+Blue) = 121+57+96=274 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.16% from 274); Green value is 57 (22.66% from 255 or 20.80% from 274); Blue value is 96 (37.89% from 255 or 35.04% from 274); Max value from RGB is 121 - color contains mainly: red. Hex color #793960 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793960 is #86C69F. Grayscale: #505050. Windows color (decimal): -8832672 or 6306169. OLE color: 6306169.

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

Color convert

RGB1215796-
CMYK00.530.210.53
HSL323.44º35.96%34.9%-
HSV(B)323.44º52.89%47.45%-
XYZ11.467.8411.97-
YUV80.58136.7156.83-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.16%
GREEN value IS 57 (22.66% from 255) = 20.80%
BLUE value IS 96 (37.89% from 255) = 35.04%
R=44.16%
G=20.80%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121579600.530.210.53323.4435.9634.9
Hex79396003515351432423
Octal1717114006525655034443
Binary11110011110011100000011010110101110101101000011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793960; }

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

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

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

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

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

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

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

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