#704560

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

Shades of Cosmic #704560

Tints of Cosmic #704560

Color information

#704560 (or 0x704560) is unknown color: approx Cosmic. HEX triplet: 70, 45 and 60. RGB value is (112,69,96). Sum of RGB (Red+Green+Blue) = 112+69+96=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 69 (27.34% from 255 or 24.91% from 277); Blue value is 96 (37.89% from 255 or 34.66% from 277); Max value from RGB is 112 - color contains mainly: red. Hex color #704560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704560 is #8FBA9F. Grayscale: #545454. Windows color (decimal): -9419424 or 6309232. OLE color: 6309232.

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

Color convert

RGB1126996-
CMYK00.380.140.56
HSL322.33º23.76%35.49%-
HSV(B)322.33º38.39%43.92%-
XYZ10.928.5512.14-
YUV84.94134.25147.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.43%
GREEN value IS 69 (27.34% from 255) = 24.91%
BLUE value IS 96 (37.89% from 255) = 34.66%
R=40.43%
G=24.91%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112699600.380.140.56322.3323.7635.49
Hex704560026E381421823
Octal16010514004616705023043
Binary1110000100010111000000100110111011100010100001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704560; }

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

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

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

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

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

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

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

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