#793D5D

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

Shades of Cosmic #793D5D

Tints of Cosmic #793D5D

Color information

#793D5D (or 0x793D5D) is unknown color: approx Cosmic. HEX triplet: 79, 3D and 5D. RGB value is (121,61,93). Sum of RGB (Red+Green+Blue) = 121+61+93=275 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44% from 275); Green value is 61 (24.22% from 255 or 22.18% from 275); Blue value is 93 (36.72% from 255 or 33.82% from 275); Max value from RGB is 121 - color contains mainly: red. Hex color #793D5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793D5D is #86C2A2. Grayscale: #525252. Windows color (decimal): -8831651 or 6110585. OLE color: 6110585.

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

Color convert

RGB1216193-
CMYK00.500.230.53
HSL328º32.97%35.69%-
HSV(B)328º49.59%47.45%-
XYZ11.538.1911.33-
YUV82.59133.88155.4-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44%
GREEN value IS 61 (24.22% from 255) = 22.18%
BLUE value IS 93 (36.72% from 255) = 33.82%
R=44%
G=22.18%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121619300.500.230.5332832.9735.69
Hex793D5D03217351482124
Octal1717513506227655104144
Binary11110011111011011101011001010111110101101001000100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,61,93); }

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

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

 a { background-color: rgb(121,61,93); }

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

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

 span { border-color: rgb(121,61,93); }

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