#704961

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

Shades of Cosmic #704961

Tints of Cosmic #704961

Color information

#704961 (or 0x704961) is unknown color: approx Cosmic. HEX triplet: 70, 49 and 61. RGB value is (112,73,97). Sum of RGB (Red+Green+Blue) = 112+73+97=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 97 (38.28% from 255 or 34.40% from 282); Max value from RGB is 112 - color contains mainly: red. Hex color #704961 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704961 is #8FB69E. Grayscale: #575757. Windows color (decimal): -9418399 or 6375792. OLE color: 6375792.

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

Color convert

RGB1127397-
CMYK00.350.130.56
HSL323.08º21.08%36.27%-
HSV(B)323.08º34.82%43.92%-
XYZ11.229.0712.47-
YUV87.4133.42145.55-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.72%
GREEN value IS 73 (28.91% from 255) = 25.89%
BLUE value IS 97 (38.28% from 255) = 34.40%
R=39.72%
G=25.89%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112739700.350.130.56323.0821.0836.27
Hex704961023D381431524
Octal16011114104315705032544
Binary1110000100100111000010100011110111100010100001110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704961; }

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

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

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

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

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

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

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

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