#794066

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

Shades of Cosmic #794066

Tints of Cosmic #794066

Color information

#794066 (or 0x794066) is unknown color: approx Cosmic. HEX triplet: 79, 40 and 66. RGB value is (121,64,102). Sum of RGB (Red+Green+Blue) = 121+64+102=287 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.16% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 102 (40.23% from 255 or 35.54% from 287); Max value from RGB is 121 - color contains mainly: red. Hex color #794066 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794066 is #86BF99. Grayscale: #555555. Windows color (decimal): -8830874 or 6701177. OLE color: 6701177.

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

Color convert

RGB12164102-
CMYK00.470.160.53
HSL320º30.81%36.27%-
HSV(B)320º47.11%47.45%-
XYZ12.128.6913.61-
YUV85.38137.38153.41-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.16%
GREEN value IS 64 (25.39% from 255) = 22.30%
BLUE value IS 102 (40.23% from 255) = 35.54%
R=42.16%
G=22.30%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1216410200.470.160.5332030.8136.27
Hex79406602F10351401f24
Octal17110014605720655003744
Binary11110011000000110011001011111000011010110100000011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794066; }

 p { color: rgb(121,64,102); }

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

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

 a { background-color: rgb(121,64,102); }

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

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

 span { border-color: rgb(121,64,102); }

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