#794169

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

Shades of Cosmic #794169

Tints of Cosmic #794169

Color information

#794169 (or 0x794169) is unknown color: approx Cosmic. HEX triplet: 79, 41 and 69. RGB value is (121,65,105). Sum of RGB (Red+Green+Blue) = 121+65+105=291 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.58% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 105 (41.41% from 255 or 36.08% from 291); Max value from RGB is 121 - color contains mainly: red. Hex color #794169 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794169 is #86BE96. Grayscale: #565656. Windows color (decimal): -8830615 or 6898041. OLE color: 6898041.

HSL color Cylindrical-coordinate representation of color #794169: hue angle of 317.14º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #794169 is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB12165105-
CMYK00.460.130.53
HSL317.14º30.11%36.47%-
HSV(B)317.14º46.28%47.45%-
XYZ12.338.8714.43-
YUV86.3138.55152.75-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.58%
GREEN value IS 65 (25.78% from 255) = 22.34%
BLUE value IS 105 (41.41% from 255) = 36.08%
R=41.58%
G=22.34%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1216510500.460.130.53317.1430.1136.47
Hex79416902ED3513d1e24
Octal17110115105615654753644
Binary1111001100000111010010101110110111010110011110111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794169; }

 p { color: rgb(121,65,105); }

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

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

 a { background-color: rgb(121,65,105); }

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

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

 span { border-color: rgb(121,65,105); }

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