#705863

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

Shades of Cosmic #705863

Tints of Cosmic #705863

Color information

#705863 (or 0x705863) is unknown color: approx Cosmic. HEX triplet: 70, 58 and 63. RGB value is (112,88,99). Sum of RGB (Red+Green+Blue) = 112+88+99=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 88 (34.77% from 255 or 29.43% from 299); Blue value is 99 (39.06% from 255 or 33.11% from 299); Max value from RGB is 112 - color contains mainly: red. Hex color #705863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705863 is #8FA79C. Grayscale: #606060. Windows color (decimal): -9414557 or 6510704. OLE color: 6510704.

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

Color convert

RGB1128899-
CMYK00.210.120.56
HSL332.5º12%39.22%-
HSV(B)332.5º21.43%43.92%-
XYZ12.4211.3313.34-
YUV96.43129.45139.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.46%
GREEN value IS 88 (34.77% from 255) = 29.43%
BLUE value IS 99 (39.06% from 255) = 33.11%
R=37.46%
G=29.43%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112889900.210.120.56332.51239.22
Hex705863015C3814cc27
Octal16013014302514705141447
Binary11100001011000110001101010111001110001010011001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705863; }

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

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

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

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

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

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

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

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