#705360

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

Shades of Cosmic #705360

Tints of Cosmic #705360

Color information

#705360 (or 0x705360) is unknown color: approx Cosmic. HEX triplet: 70, 53 and 60. RGB value is (112,83,96). Sum of RGB (Red+Green+Blue) = 112+83+96=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 83 (32.81% from 255 or 28.52% from 291); Blue value is 96 (37.89% from 255 or 32.99% from 291); Max value from RGB is 112 - color contains mainly: red. Hex color #705360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705360 is #8FAC9F. Grayscale: #5D5D5D. Windows color (decimal): -9415840 or 6312816. OLE color: 6312816.

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

Color convert

RGB1128396-
CMYK00.260.140.56
HSL333.1º14.87%38.24%-
HSV(B)333.1º25.89%43.92%-
XYZ11.8910.4812.46-
YUV93.15129.61141.44-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.49%
GREEN value IS 83 (32.81% from 255) = 28.52%
BLUE value IS 96 (37.89% from 255) = 32.99%
R=38.49%
G=28.52%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112839600.260.140.56333.114.8738.24
Hex70536001AE3814df26
Octal16012314003216705151746
Binary11100001010011110000001101011101110001010011011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705360; }

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

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

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

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

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

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

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

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