#794769

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

Shades of Cosmic #794769

Tints of Cosmic #794769

Color information

#794769 (or 0x794769) is unknown color: approx Cosmic. HEX triplet: 79, 47 and 69. RGB value is (121,71,105). Sum of RGB (Red+Green+Blue) = 121+71+105=297 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.74% from 297); Green value is 71 (28.12% from 255 or 23.91% from 297); Blue value is 105 (41.41% from 255 or 35.35% from 297); Max value from RGB is 121 - color contains mainly: red. Hex color #794769 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794769 is #86B896. Grayscale: #595959. Windows color (decimal): -8829079 or 6899577. OLE color: 6899577.

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

Color convert

RGB12171105-
CMYK00.410.130.53
HSL319.2º26.04%37.65%-
HSV(B)319.2º41.32%47.45%-
XYZ12.699.5914.55-
YUV89.83136.56150.24-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 40.74%
GREEN value IS 71 (28.12% from 255) = 23.91%
BLUE value IS 105 (41.41% from 255) = 35.35%
R=40.74%
G=23.91%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1217110500.410.130.53319.226.0437.65
Hex794769029D3513f1a26
Octal17110715105115654773246
Binary1111001100011111010010101001110111010110011111111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794769; }

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

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

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

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

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

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

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

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