#704860

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

Shades of Cosmic #704860

Tints of Cosmic #704860

Color information

#704860 (or 0x704860) is unknown color: approx Cosmic. HEX triplet: 70, 48 and 60. RGB value is (112,72,96). Sum of RGB (Red+Green+Blue) = 112+72+96=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 72 (28.52% from 255 or 25.71% from 280); Blue value is 96 (37.89% from 255 or 34.29% from 280); Max value from RGB is 112 - color contains mainly: red. Hex color #704860 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704860 is #8FB79F. Grayscale: #565656. Windows color (decimal): -9418656 or 6310000. OLE color: 6310000.

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

Color convert

RGB1127296-
CMYK00.360.140.56
HSL324º21.74%36.08%-
HSV(B)324º35.71%43.92%-
XYZ11.118.9212.2-
YUV86.7133.25146.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40%
GREEN value IS 72 (28.52% from 255) = 25.71%
BLUE value IS 96 (37.89% from 255) = 34.29%
R=40%
G=25.71%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112729600.360.140.5632421.7436.08
Hex704860024E381441624
Octal16011014004416705042644
Binary1110000100100011000000100100111011100010100010010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704860; }

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

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

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

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

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

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

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

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