#705562

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

Shades of Cosmic #705562

Tints of Cosmic #705562

Color information

#705562 (or 0x705562) is unknown color: approx Cosmic. HEX triplet: 70, 55 and 62. RGB value is (112,85,98). Sum of RGB (Red+Green+Blue) = 112+85+98=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 98 (38.67% from 255 or 33.22% from 295); Max value from RGB is 112 - color contains mainly: red. Hex color #705562 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705562 is #8FAA9D. Grayscale: #5E5E5E. Windows color (decimal): -9415326 or 6444400. OLE color: 6444400.

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

Color convert

RGB1128598-
CMYK00.240.130.56
HSL331.11º13.71%38.63%-
HSV(B)331.11º24.11%43.92%-
XYZ12.1410.8213-
YUV94.56129.95140.44-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.97%
GREEN value IS 85 (33.59% from 255) = 28.81%
BLUE value IS 98 (38.67% from 255) = 33.22%
R=37.97%
G=28.81%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112859800.240.130.56331.1113.7138.63
Hex705562018D3814be27
Octal16012514203015705131647
Binary11100001010101110001001100011011110001010010111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705562; }

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

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

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

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

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

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

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

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