#705463

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

Shades of Cosmic #705463

Tints of Cosmic #705463

Color information

#705463 (or 0x705463) is unknown color: approx Cosmic. HEX triplet: 70, 54 and 63. RGB value is (112,84,99). Sum of RGB (Red+Green+Blue) = 112+84+99=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 84 (33.20% from 255 or 28.47% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 112 - color contains mainly: red. Hex color #705463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705463 is #8FAB9C. Grayscale: #5E5E5E. Windows color (decimal): -9415581 or 6509680. OLE color: 6509680.

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

Color convert

RGB1128499-
CMYK00.250.120.56
HSL327.86º14.29%38.43%-
HSV(B)327.86º25%43.92%-
XYZ12.110.6913.23-
YUV94.08130.78140.78-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.97%
GREEN value IS 84 (33.20% from 255) = 28.47%
BLUE value IS 99 (39.06% from 255) = 33.56%
R=37.97%
G=28.47%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112849900.250.120.56327.8614.2938.43
Hex705463019C38148e26
Octal16012414303114705101646
Binary11100001010100110001101100111001110001010010001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705463; }

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

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

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

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

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

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

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

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