#704360

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

Shades of Cosmic #704360

Tints of Cosmic #704360

Color information

#704360 (or 0x704360) is unknown color: approx Cosmic. HEX triplet: 70, 43 and 60. RGB value is (112,67,96). Sum of RGB (Red+Green+Blue) = 112+67+96=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 67 (26.56% from 255 or 24.36% from 275); Blue value is 96 (37.89% from 255 or 34.91% from 275); Max value from RGB is 112 - color contains mainly: red. Hex color #704360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704360 is #8FBC9F. Grayscale: #535353. Windows color (decimal): -9419936 or 6308720. OLE color: 6308720.

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

Color convert

RGB1126796-
CMYK00.400.140.56
HSL321.33º25.14%35.1%-
HSV(B)321.33º40.18%43.92%-
XYZ10.88.312.1-
YUV83.76134.91148.14-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.73%
GREEN value IS 67 (26.56% from 255) = 24.36%
BLUE value IS 96 (37.89% from 255) = 34.91%
R=40.73%
G=24.36%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112679600.400.140.56321.3325.1435.1
Hex704360028E381411923
Octal16010314005016705013143
Binary1110000100001111000000101000111011100010100000111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704360; }

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

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

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

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

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

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

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

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