#794869

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

Shades of Cosmic #794869

Tints of Cosmic #794869

Color information

#794869 (or 0x794869) is unknown color: approx Cosmic. HEX triplet: 79, 48 and 69. RGB value is (121,72,105). Sum of RGB (Red+Green+Blue) = 121+72+105=298 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.60% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 105 (41.41% from 255 or 35.23% from 298); Max value from RGB is 121 - color contains mainly: red. Hex color #794869 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794869 is #86B796. Grayscale: #5A5A5A. Windows color (decimal): -8828823 or 6899833. OLE color: 6899833.

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

Color convert

RGB12172105-
CMYK00.400.130.53
HSL319.59º25.39%37.84%-
HSV(B)319.59º40.5%47.45%-
XYZ12.759.7214.57-
YUV90.41136.23149.82-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 40.60%
GREEN value IS 72 (28.52% from 255) = 24.16%
BLUE value IS 105 (41.41% from 255) = 35.23%
R=40.60%
G=24.16%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1217210500.400.130.53319.5925.3937.84
Hex794869028D351401926
Octal17111015105015655003146
Binary1111001100100011010010101000110111010110100000011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794869; }

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

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

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

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

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

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

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

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