#794461

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

Shades of Cosmic #794461

Tints of Cosmic #794461

Color information

#794461 (or 0x794461) is unknown color: approx Cosmic. HEX triplet: 79, 44 and 61. RGB value is (121,68,97). Sum of RGB (Red+Green+Blue) = 121+68+97=286 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.31% from 286); Green value is 68 (26.95% from 255 or 23.78% from 286); Blue value is 97 (38.28% from 255 or 33.92% from 286); Max value from RGB is 121 - color contains mainly: red. Hex color #794461 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794461 is #86BB9E. Grayscale: #575757. Windows color (decimal): -8829855 or 6374521. OLE color: 6374521.

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

Color convert

RGB1216897-
CMYK00.440.200.53
HSL327.17º28.04%37.06%-
HSV(B)327.17º43.8%47.45%-
XYZ12.119.0612.42-
YUV87.15133.56152.14-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.31%
GREEN value IS 68 (26.95% from 255) = 23.78%
BLUE value IS 97 (38.28% from 255) = 33.92%
R=42.31%
G=23.78%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121689700.440.200.53327.1728.0437.06
Hex79446102C14351471c25
Octal17110414105424655073445
Binary11110011000100110000101011001010011010110100011111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794461; }

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

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

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

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

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

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

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

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