#704060

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

Shades of Cosmic #704060

Tints of Cosmic #704060

Color information

#704060 (or 0x704060) is unknown color: approx Cosmic. HEX triplet: 70, 40 and 60. RGB value is (112,64,96). Sum of RGB (Red+Green+Blue) = 112+64+96=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 96 (37.89% from 255 or 35.29% from 272); Max value from RGB is 112 - color contains mainly: red. Hex color #704060 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704060 is #8FBF9F. Grayscale: #515151. Windows color (decimal): -9420704 or 6307952. OLE color: 6307952.

HSL color Cylindrical-coordinate representation of color #704060: hue angle of 320º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #704060 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB1126496-
CMYK00.430.140.56
HSL320º27.27%34.51%-
HSV(B)320º42.86%43.92%-
XYZ10.637.9612.04-
YUV82135.9149.4-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.18%
GREEN value IS 64 (25.39% from 255) = 23.53%
BLUE value IS 96 (37.89% from 255) = 35.29%
R=41.18%
G=23.53%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112649600.430.140.5632027.2734.51
Hex70406002BE381401b23
Octal16010014005316705003343
Binary1110000100000011000000101011111011100010100000011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704060; }

 p { color: rgb(112,64,96); }

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

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

 a { background-color: rgb(112,64,96); }

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

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

 span { border-color: rgb(112,64,96); }

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