#704562

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

Shades of Cosmic #704562

Tints of Cosmic #704562

Color information

#704562 (or 0x704562) is unknown color: approx Cosmic. HEX triplet: 70, 45 and 62. RGB value is (112,69,98). Sum of RGB (Red+Green+Blue) = 112+69+98=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 98 (38.67% from 255 or 35.13% from 279); Max value from RGB is 112 - color contains mainly: red. Hex color #704562 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704562 is #8FBA9D. Grayscale: #555555. Windows color (decimal): -9419422 or 6440304. OLE color: 6440304.

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

Color convert

RGB1126998-
CMYK00.380.130.56
HSL319.53º23.76%35.49%-
HSV(B)319.53º38.39%43.92%-
XYZ11.018.5812.63-
YUV85.16135.25147.14-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.14%
GREEN value IS 69 (27.34% from 255) = 24.73%
BLUE value IS 98 (38.67% from 255) = 35.13%
R=40.14%
G=24.73%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112699800.380.130.56319.5323.7635.49
Hex704562026D381401823
Octal16010514204615705003043
Binary1110000100010111000100100110110111100010100000011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704562; }

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

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

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

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

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

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

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

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