#793A64

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

Shades of Cosmic #793A64

Tints of Cosmic #793A64

Color information

#793A64 (or 0x793A64) is unknown color: approx Cosmic. HEX triplet: 79, 3A and 64. RGB value is (121,58,100). Sum of RGB (Red+Green+Blue) = 121+58+100=279 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.37% from 279); Green value is 58 (23.05% from 255 or 20.79% from 279); Blue value is 100 (39.45% from 255 or 35.84% from 279); Max value from RGB is 121 - color contains mainly: red. Hex color #793A64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793A64 is #86C59B. Grayscale: #515151. Windows color (decimal): -8832412 or 6568569. OLE color: 6568569.

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

Color convert

RGB12158100-
CMYK00.520.170.53
HSL320º35.2%35.1%-
HSV(B)320º52.07%47.45%-
XYZ11.78.0112.99-
YUV81.62138.37156.08-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.37%
GREEN value IS 58 (23.05% from 255) = 20.79%
BLUE value IS 100 (39.45% from 255) = 35.84%
R=43.37%
G=20.79%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1215810000.520.170.5332035.235.1
Hex793A6403411351402323
Octal1717214406421655004343
Binary11110011110101100100011010010001110101101000000100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793A64; }

 p { color: rgb(121,58,100); }

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

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

 a { background-color: rgb(121,58,100); }

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

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

 span { border-color: rgb(121,58,100); }

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