#794065

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

Shades of Cosmic #794065

Tints of Cosmic #794065

Color information

#794065 (or 0x794065) is unknown color: approx Cosmic. HEX triplet: 79, 40 and 65. RGB value is (121,64,101). Sum of RGB (Red+Green+Blue) = 121+64+101=286 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.31% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 101 (39.84% from 255 or 35.31% from 286); Max value from RGB is 121 - color contains mainly: red. Hex color #794065 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794065 is #86BF9A. Grayscale: #555555. Windows color (decimal): -8830875 or 6635641. OLE color: 6635641.

HSL color Cylindrical-coordinate representation of color #794065: hue angle of 321.05º 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 #794065 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB12164101-
CMYK00.470.170.53
HSL321.05º30.81%36.27%-
HSV(B)321.05º47.11%47.45%-
XYZ12.078.6713.35-
YUV85.26136.88153.49-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.31%
GREEN value IS 64 (25.39% from 255) = 22.38%
BLUE value IS 101 (39.84% from 255) = 35.31%
R=42.31%
G=22.38%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1216410100.470.170.53321.0530.8136.27
Hex79406502F11351411f24
Octal17110014505721655013744
Binary11110011000000110010101011111000111010110100000111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794065; }

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

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

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

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

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

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

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

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