#793c65

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

Shades of Cosmic #793C65

Tints of Cosmic #793C65

Color information

#793C65 (or 0x793C65) is unknown color: approx Cosmic. HEX triplet: 79, 3C and 65. RGB value is (121,60,101). Sum of RGB (Red+Green+Blue) = 121+60+101=282 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.91% from 282); Green value is 60 (23.83% from 255 or 21.28% from 282); Blue value is 101 (39.84% from 255 or 35.82% from 282); Max value from RGB is 121 - color contains mainly: red. Hex color #793C65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793C65 is #86C39A. Grayscale: #525252. Windows color (decimal): -8831899 or 6634617. OLE color: 6634617.

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

Color convert

RGB12160101-
CMYK00.500.170.53
HSL319.67º33.7%35.49%-
HSV(B)319.67º50.41%47.45%-
XYZ11.858.2413.28-
YUV82.91138.21155.17-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.91%
GREEN value IS 60 (23.83% from 255) = 21.28%
BLUE value IS 101 (39.84% from 255) = 35.82%
R=42.91%
G=21.28%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1216010100.500.170.53319.6733.735.49
Hex793C6503211351402223
Octal1717414506221655004243
Binary11110011111001100101011001010001110101101000000100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793c65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,60,101); }

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

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

 a { background-color: rgb(121,60,101); }

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

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

 span { border-color: rgb(121,60,101); }

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