#793E5A

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

Shades of Cosmic #793E5A

Tints of Cosmic #793E5A

Color information

#793E5A (or 0x793E5A) is unknown color: approx Cosmic. HEX triplet: 79, 3E and 5A. RGB value is (121,62,90). Sum of RGB (Red+Green+Blue) = 121+62+90=273 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.32% from 273); Green value is 62 (24.61% from 255 or 22.71% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 121 - color contains mainly: red. Hex color #793E5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793E5A is #86C1A5. Grayscale: #525252. Windows color (decimal): -8831398 or 5914233. OLE color: 5914233.

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

Color convert

RGB1216290-
CMYK00.490.260.53
HSL331.53º32.24%35.88%-
HSV(B)331.53º48.76%47.45%-
XYZ11.458.2510.66-
YUV82.83132.05155.22-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.32%
GREEN value IS 62 (24.61% from 255) = 22.71%
BLUE value IS 90 (35.55% from 255) = 32.97%
R=44.32%
G=22.71%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121629000.490.260.53331.5332.2435.88
Hex793E5A0311A3514c2024
Octal1717613206132655144044
Binary11110011111101011010011000111010110101101001100100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,62,90); }

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

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

 a { background-color: rgb(121,62,90); }

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

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

 span { border-color: rgb(121,62,90); }

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