#794467

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

Shades of Cosmic #794467

Tints of Cosmic #794467

Color information

#794467 (or 0x794467) is unknown color: approx Cosmic. HEX triplet: 79, 44 and 67. RGB value is (121,68,103). Sum of RGB (Red+Green+Blue) = 121+68+103=292 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.44% from 292); Green value is 68 (26.95% from 255 or 23.29% from 292); Blue value is 103 (40.62% from 255 or 35.27% from 292); Max value from RGB is 121 - color contains mainly: red. Hex color #794467 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794467 is #86BB98. Grayscale: #575757. Windows color (decimal): -8829849 or 6767737. OLE color: 6767737.

HSL color Cylindrical-coordinate representation of color #794467: hue angle of 320.38º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #794467 is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB12168103-
CMYK00.440.150.53
HSL320.38º28.04%37.06%-
HSV(B)320.38º43.8%47.45%-
XYZ12.49.1813.95-
YUV87.84136.56151.65-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.44%
GREEN value IS 68 (26.95% from 255) = 23.29%
BLUE value IS 103 (40.62% from 255) = 35.27%
R=41.44%
G=23.29%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1216810300.440.150.53320.3828.0437.06
Hex79446702CF351401c25
Octal17110414705417655003445
Binary1111001100010011001110101100111111010110100000011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794467; }

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

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

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

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

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

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

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

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