#704964

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

Shades of Cosmic #704964

Tints of Cosmic #704964

Color information

#704964 (or 0x704964) is unknown color: approx Cosmic. HEX triplet: 70, 49 and 64. RGB value is (112,73,100). Sum of RGB (Red+Green+Blue) = 112+73+100=285 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.30% from 285); Green value is 73 (28.91% from 255 or 25.61% from 285); Blue value is 100 (39.45% from 255 or 35.09% from 285); Max value from RGB is 112 - color contains mainly: red. Hex color #704964 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704964 is #8FB69B. Grayscale: #575757. Windows color (decimal): -9418396 or 6572400. OLE color: 6572400.

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

Color convert

RGB11273100-
CMYK00.350.110.56
HSL318.46º21.08%36.27%-
HSV(B)318.46º34.82%43.92%-
XYZ11.369.1313.22-
YUV87.74134.92145.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.30%
GREEN value IS 73 (28.91% from 255) = 25.61%
BLUE value IS 100 (39.45% from 255) = 35.09%
R=39.30%
G=25.61%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1127310000.350.110.56318.4621.0836.27
Hex704964023B3813e1524
Octal16011114404313704762544
Binary1110000100100111001000100011101111100010011111010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704964; }

 p { color: rgb(112,73,100); }

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

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

 a { background-color: rgb(112,73,100); }

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

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

 span { border-color: rgb(112,73,100); }

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