#705164

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

Shades of Cosmic #705164

Tints of Cosmic #705164

Color information

#705164 (or 0x705164) is unknown color: approx Cosmic. HEX triplet: 70, 51 and 64. RGB value is (112,81,100). Sum of RGB (Red+Green+Blue) = 112+81+100=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 81 (32.03% from 255 or 27.65% from 293); Blue value is 100 (39.45% from 255 or 34.13% from 293); Max value from RGB is 112 - color contains mainly: red. Hex color #705164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705164 is #8FAE9B. Grayscale: #5C5C5C. Windows color (decimal): -9416348 or 6574448. OLE color: 6574448.

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

Color convert

RGB11281100-
CMYK00.280.110.56
HSL323.23º16.06%37.84%-
HSV(B)323.23º27.68%43.92%-
XYZ11.9210.2513.41-
YUV92.44132.27141.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.23%
GREEN value IS 81 (32.03% from 255) = 27.65%
BLUE value IS 100 (39.45% from 255) = 34.13%
R=38.23%
G=27.65%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1128110000.280.110.56323.2316.0637.84
Hex70516401CB381431026
Octal16012114403413705032046
Binary111000010100011100100011100101111100010100001110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705164; }

 p { color: rgb(112,81,100); }

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

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

 a { background-color: rgb(112,81,100); }

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

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

 span { border-color: rgb(112,81,100); }

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