#705666

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

Shades of Cosmic #705666

Tints of Cosmic #705666

Color information

#705666 (or 0x705666) is unknown color: approx Cosmic. HEX triplet: 70, 56 and 66. RGB value is (112,86,102). Sum of RGB (Red+Green+Blue) = 112+86+102=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 86 (33.98% from 255 or 28.67% from 300); Blue value is 102 (40.23% from 255 or 34% from 300); Max value from RGB is 112 - color contains mainly: red. Hex color #705666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705666 is #8FA999. Grayscale: #5F5F5F. Windows color (decimal): -9415066 or 6706800. OLE color: 6706800.

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

Color convert

RGB11286102-
CMYK00.230.090.56
HSL323.08º13.13%38.82%-
HSV(B)323.08º23.21%43.92%-
XYZ12.4111.0614.05-
YUV95.6131.61139.7-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.33%
GREEN value IS 86 (33.98% from 255) = 28.67%
BLUE value IS 102 (40.23% from 255) = 34%
R=37.33%
G=28.67%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1128610200.230.090.56323.0813.1338.82
Hex705666017938143d27
Octal16012614602711705031547
Binary11100001010110110011001011110011110001010000111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705666; }

 p { color: rgb(112,86,102); }

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

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

 a { background-color: rgb(112,86,102); }

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

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

 span { border-color: rgb(112,86,102); }

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