#793760

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

Shades of Cosmic #793760

Tints of Cosmic #793760

Color information

#793760 (or 0x793760) is unknown color: approx Cosmic. HEX triplet: 79, 37 and 60. RGB value is (121,55,96). Sum of RGB (Red+Green+Blue) = 121+55+96=272 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.49% from 272); Green value is 55 (21.88% from 255 or 20.22% from 272); Blue value is 96 (37.89% from 255 or 35.29% from 272); Max value from RGB is 121 - color contains mainly: red. Hex color #793760 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793760 is #86C89F. Grayscale: #4F4F4F. Windows color (decimal): -8833184 or 6305657. OLE color: 6305657.

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

Color convert

RGB1215596-
CMYK00.550.210.53
HSL322.73º37.5%34.51%-
HSV(B)322.73º54.55%47.45%-
XYZ11.367.6411.94-
YUV79.41137.37157.67-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.49%
GREEN value IS 55 (21.88% from 255) = 20.22%
BLUE value IS 96 (37.89% from 255) = 35.29%
R=44.49%
G=20.22%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121559600.550.210.53322.7337.534.51
Hex79376003715351432623
Octal1716714006725655034643
Binary11110011101111100000011011110101110101101000011100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793760; }

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

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

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

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

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

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

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

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