#705161

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

Shades of Cosmic #705161

Tints of Cosmic #705161

Color information

#705161 (or 0x705161) is unknown color: approx Cosmic. HEX triplet: 70, 51 and 61. RGB value is (112,81,97). Sum of RGB (Red+Green+Blue) = 112+81+97=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 81 (32.03% from 255 or 27.93% from 290); Blue value is 97 (38.28% from 255 or 33.45% from 290); Max value from RGB is 112 - color contains mainly: red. Hex color #705161 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705161 is #8FAE9E. Grayscale: #5C5C5C. Windows color (decimal): -9416351 or 6377840. OLE color: 6377840.

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

Color convert

RGB1128197-
CMYK00.280.130.56
HSL329.03º16.06%37.84%-
HSV(B)329.03º27.68%43.92%-
XYZ11.7810.1912.66-
YUV92.09130.77142.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.62%
GREEN value IS 81 (32.03% from 255) = 27.93%
BLUE value IS 97 (38.28% from 255) = 33.45%
R=38.62%
G=27.93%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112819700.280.130.56329.0316.0637.84
Hex70516101CD381491026
Octal16012114103415705112046
Binary111000010100011100001011100110111100010100100110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705161; }

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

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

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

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

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

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

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

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