#704861

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

Shades of Cosmic #704861

Tints of Cosmic #704861

Color information

#704861 (or 0x704861) is unknown color: approx Cosmic. HEX triplet: 70, 48 and 61. RGB value is (112,72,97). Sum of RGB (Red+Green+Blue) = 112+72+97=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 97 (38.28% from 255 or 34.52% from 281); Max value from RGB is 112 - color contains mainly: red. Hex color #704861 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704861 is #8FB79E. Grayscale: #565656. Windows color (decimal): -9418655 or 6375536. OLE color: 6375536.

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

Color convert

RGB1127297-
CMYK00.360.130.56
HSL322.5º21.74%36.08%-
HSV(B)322.5º35.71%43.92%-
XYZ11.168.9412.45-
YUV86.81133.75145.97-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.86%
GREEN value IS 72 (28.52% from 255) = 25.62%
BLUE value IS 97 (38.28% from 255) = 34.52%
R=39.86%
G=25.62%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112729700.360.130.56322.521.7436.08
Hex704861024D381421624
Octal16011014104415705022644
Binary1110000100100011000010100100110111100010100001010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704861; }

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

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

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

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

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

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

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

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