#705460

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

Shades of Cosmic #705460

Tints of Cosmic #705460

Color information

#705460 (or 0x705460) is unknown color: approx Cosmic. HEX triplet: 70, 54 and 60. RGB value is (112,84,96). Sum of RGB (Red+Green+Blue) = 112+84+96=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 84 (33.20% from 255 or 28.77% from 292); Blue value is 96 (37.89% from 255 or 32.88% from 292); Max value from RGB is 112 - color contains mainly: red. Hex color #705460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705460 is #8FAB9F. Grayscale: #5D5D5D. Windows color (decimal): -9415584 or 6313072. OLE color: 6313072.

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

Color convert

RGB1128496-
CMYK00.250.140.56
HSL334.29º14.29%38.43%-
HSV(B)334.29º25%43.92%-
XYZ11.9610.6312.49-
YUV93.74129.28141.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.36%
GREEN value IS 84 (33.20% from 255) = 28.77%
BLUE value IS 96 (37.89% from 255) = 32.88%
R=38.36%
G=28.77%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112849600.250.140.56334.2914.2938.43
Hex705460019E3814ee26
Octal16012414003116705161646
Binary11100001010100110000001100111101110001010011101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705460; }

 p { color: rgb(112,84,96); }

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

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

 a { background-color: rgb(112,84,96); }

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

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

 span { border-color: rgb(112,84,96); }

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