#794057

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

Shades of Cosmic #794057

Tints of Cosmic #794057

Color information

#794057 (or 0x794057) is unknown color: approx Cosmic. HEX triplet: 79, 40 and 57. RGB value is (121,64,87). Sum of RGB (Red+Green+Blue) = 121+64+87=272 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.49% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 87 (34.38% from 255 or 31.99% from 272); Max value from RGB is 121 - color contains mainly: red. Hex color #794057 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794057 is #86BFA8. Grayscale: #535353. Windows color (decimal): -8830889 or 5718137. OLE color: 5718137.

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

Color convert

RGB1216487-
CMYK00.470.280.53
HSL335.79º30.81%36.27%-
HSV(B)335.79º47.11%47.45%-
XYZ11.448.4210.04-
YUV83.66129.88154.63-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.49%
GREEN value IS 64 (25.39% from 255) = 23.53%
BLUE value IS 87 (34.38% from 255) = 31.99%
R=44.49%
G=23.53%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121648700.470.280.53335.7930.8136.27
Hex79405702F1C351501f24
Octal17110012705734655203744
Binary11110011000000101011101011111110011010110101000011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794057; }

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

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

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

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

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

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

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

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