#705366

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

Shades of Cosmic #705366

Tints of Cosmic #705366

Color information

#705366 (or 0x705366) is unknown color: approx Cosmic. HEX triplet: 70, 53 and 66. RGB value is (112,83,102). Sum of RGB (Red+Green+Blue) = 112+83+102=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 83 (32.81% from 255 or 27.95% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 112 - color contains mainly: red. Hex color #705366 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705366 is #8FAC99. Grayscale: #5D5D5D. Windows color (decimal): -9415834 or 6706032. OLE color: 6706032.

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

Color convert

RGB11283102-
CMYK00.260.090.56
HSL320.69º14.87%38.24%-
HSV(B)320.69º25.89%43.92%-
XYZ12.1710.5913.97-
YUV93.84132.61140.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.71%
GREEN value IS 83 (32.81% from 255) = 27.95%
BLUE value IS 102 (40.23% from 255) = 34.34%
R=37.71%
G=27.95%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1128310200.260.090.56320.6914.8738.24
Hex70536601A938141f26
Octal16012314603211705011746
Binary11100001010011110011001101010011110001010000011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705366; }

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

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

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

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

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

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

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

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