#794067

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

Shades of Cosmic #794067

Tints of Cosmic #794067

Color information

#794067 (or 0x794067) is unknown color: approx Cosmic. HEX triplet: 79, 40 and 67. RGB value is (121,64,103). Sum of RGB (Red+Green+Blue) = 121+64+103=288 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.01% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 103 (40.62% from 255 or 35.76% from 288); Max value from RGB is 121 - color contains mainly: red. Hex color #794067 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794067 is #86BF98. Grayscale: #555555. Windows color (decimal): -8830873 or 6766713. OLE color: 6766713.

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

Color convert

RGB12164103-
CMYK00.470.150.53
HSL318.95º30.81%36.27%-
HSV(B)318.95º47.11%47.45%-
XYZ12.178.7113.87-
YUV85.49137.88153.33-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.01%
GREEN value IS 64 (25.39% from 255) = 22.22%
BLUE value IS 103 (40.62% from 255) = 35.76%
R=42.01%
G=22.22%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1216410300.470.150.53318.9530.8136.27
Hex79406702FF3513f1f24
Octal17110014705717654773744
Binary1111001100000011001110101111111111010110011111111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794067; }

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

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

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

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

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

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

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

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