#705063

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

Shades of Cosmic #705063

Tints of Cosmic #705063

Color information

#705063 (or 0x705063) is unknown color: approx Cosmic. HEX triplet: 70, 50 and 63. RGB value is (112,80,99). Sum of RGB (Red+Green+Blue) = 112+80+99=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 80 (31.64% from 255 or 27.49% from 291); Blue value is 99 (39.06% from 255 or 34.02% from 291); Max value from RGB is 112 - color contains mainly: red. Hex color #705063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705063 is #8FAF9C. Grayscale: #5B5B5B. Windows color (decimal): -9416605 or 6508656. OLE color: 6508656.

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

Color convert

RGB1128099-
CMYK00.290.120.56
HSL324.38º16.67%37.65%-
HSV(B)324.38º28.57%43.92%-
XYZ11.810.0813.13-
YUV91.73132.1142.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.49%
GREEN value IS 80 (31.64% from 255) = 27.49%
BLUE value IS 99 (39.06% from 255) = 34.02%
R=38.49%
G=27.49%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112809900.290.120.56324.3816.6737.65
Hex70506301DC381441126
Octal16012014303514705042146
Binary111000010100001100011011101110011100010100010010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705063; }

 p { color: rgb(112,80,99); }

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

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

 a { background-color: rgb(112,80,99); }

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

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

 span { border-color: rgb(112,80,99); }

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