#705561

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

Shades of Cosmic #705561

Tints of Cosmic #705561

Color information

#705561 (or 0x705561) is unknown color: approx Cosmic. HEX triplet: 70, 55 and 61. RGB value is (112,85,97). Sum of RGB (Red+Green+Blue) = 112+85+97=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 85 (33.59% from 255 or 28.91% from 294); Blue value is 97 (38.28% from 255 or 32.99% from 294); Max value from RGB is 112 - color contains mainly: red. Hex color #705561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705561 is #8FAA9E. Grayscale: #5E5E5E. Windows color (decimal): -9415327 or 6378864. OLE color: 6378864.

HSL color Cylindrical-coordinate representation of color #705561: hue angle of 333.33º 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 #705561 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB1128597-
CMYK00.240.130.56
HSL333.33º13.71%38.63%-
HSV(B)333.33º24.11%43.92%-
XYZ12.0910.812.76-
YUV94.44129.45140.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.10%
GREEN value IS 85 (33.59% from 255) = 28.91%
BLUE value IS 97 (38.28% from 255) = 32.99%
R=38.10%
G=28.91%
B=32.99%

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
Decimal112859700.240.130.56333.3313.7138.63
Hex705561018D3814de27
Octal16012514103015705151647
Binary11100001010101110000101100011011110001010011011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705561; }

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

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

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

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

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

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

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

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