#705162

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

Shades of Cosmic #705162

Tints of Cosmic #705162

Color information

#705162 (or 0x705162) is unknown color: approx Cosmic. HEX triplet: 70, 51 and 62. RGB value is (112,81,98). Sum of RGB (Red+Green+Blue) = 112+81+98=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 98 (38.67% from 255 or 33.68% from 291); Max value from RGB is 112 - color contains mainly: red. Hex color #705162 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705162 is #8FAE9D. Grayscale: #5C5C5C. Windows color (decimal): -9416350 or 6443376. OLE color: 6443376.

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

Color convert

RGB1128198-
CMYK00.280.130.56
HSL327.1º16.06%37.84%-
HSV(B)327.1º27.68%43.92%-
XYZ11.8310.2112.9-
YUV92.21131.27142.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.49%
GREEN value IS 81 (32.03% from 255) = 27.84%
BLUE value IS 98 (38.67% from 255) = 33.68%
R=38.49%
G=27.84%
B=33.68%

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
Decimal112819800.280.130.56327.116.0637.84
Hex70516201CD381471026
Octal16012114203415705072046
Binary111000010100011100010011100110111100010100011110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705162; }

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

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

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

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

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

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

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

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