#705363

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

Shades of Cosmic #705363

Tints of Cosmic #705363

Color information

#705363 (or 0x705363) is unknown color: approx Cosmic. HEX triplet: 70, 53 and 63. RGB value is (112,83,99). Sum of RGB (Red+Green+Blue) = 112+83+99=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 99 (39.06% from 255 or 33.67% from 294); Max value from RGB is 112 - color contains mainly: red. Hex color #705363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705363 is #8FAC9C. Grayscale: #5D5D5D. Windows color (decimal): -9415837 or 6509424. OLE color: 6509424.

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

Color convert

RGB1128399-
CMYK00.260.120.56
HSL326.9º14.87%38.24%-
HSV(B)326.9º25.89%43.92%-
XYZ12.0310.5313.2-
YUV93.5131.11141.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.10%
GREEN value IS 83 (32.81% from 255) = 28.23%
BLUE value IS 99 (39.06% from 255) = 33.67%
R=38.10%
G=28.23%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112839900.260.120.56326.914.8738.24
Hex70536301AC38147f26
Octal16012314303214705071746
Binary11100001010011110001101101011001110001010001111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705363; }

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

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

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

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

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

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

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

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