#704863

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

Shades of Cosmic #704863

Tints of Cosmic #704863

Color information

#704863 (or 0x704863) is unknown color: approx Cosmic. HEX triplet: 70, 48 and 63. RGB value is (112,72,99). Sum of RGB (Red+Green+Blue) = 112+72+99=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 99 (39.06% from 255 or 34.98% from 283); Max value from RGB is 112 - color contains mainly: red. Hex color #704863 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704863 is #8FB79C. Grayscale: #565656. Windows color (decimal): -9418653 or 6506608. OLE color: 6506608.

HSL color Cylindrical-coordinate representation of color #704863: hue angle of 319.5º 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 #704863 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB1127299-
CMYK00.360.120.56
HSL319.5º21.74%36.08%-
HSV(B)319.5º35.71%43.92%-
XYZ11.258.9812.94-
YUV87.04134.75145.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.58%
GREEN value IS 72 (28.52% from 255) = 25.44%
BLUE value IS 99 (39.06% from 255) = 34.98%
R=39.58%
G=25.44%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112729900.360.120.56319.521.7436.08
Hex704863024C381401624
Octal16011014304414705002644
Binary1110000100100011000110100100110011100010100000010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704863; }

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

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

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

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

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

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

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

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