#705963

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

Shades of Cosmic #705963

Tints of Cosmic #705963

Color information

#705963 (or 0x705963) is unknown color: approx Cosmic. HEX triplet: 70, 59 and 63. RGB value is (112,89,99). Sum of RGB (Red+Green+Blue) = 112+89+99=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 89 (35.16% from 255 or 29.67% from 300); Blue value is 99 (39.06% from 255 or 33% from 300); Max value from RGB is 112 - color contains mainly: red. Hex color #705963 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705963 is #8FA69C. Grayscale: #616161. Windows color (decimal): -9414301 or 6510960. OLE color: 6510960.

HSL color Cylindrical-coordinate representation of color #705963: hue angle of 333.91º degrees, saturation: 0.11, 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 #705963 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB1128999-
CMYK00.210.120.56
HSL333.91º11.44%39.41%-
HSV(B)333.91º20.54%43.92%-
XYZ12.5111.4913.36-
YUV97.02129.12138.69-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.33%
GREEN value IS 89 (35.16% from 255) = 29.67%
BLUE value IS 99 (39.06% from 255) = 33%
R=37.33%
G=29.67%
B=33%

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
Decimal112899900.210.120.56333.9111.4439.41
Hex705963015C3814eb27
Octal16013114302514705161347
Binary11100001011001110001101010111001110001010011101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705963; }

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

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

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

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

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

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

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

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