#705762

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

Shades of Cosmic #705762

Tints of Cosmic #705762

Color information

#705762 (or 0x705762) is unknown color: approx Cosmic. HEX triplet: 70, 57 and 62. RGB value is (112,87,98). Sum of RGB (Red+Green+Blue) = 112+87+98=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 87 (34.38% from 255 or 29.29% from 297); Blue value is 98 (38.67% from 255 or 33.00% from 297); Max value from RGB is 112 - color contains mainly: red. Hex color #705762 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705762 is #8FA89D. Grayscale: #5F5F5F. Windows color (decimal): -9414814 or 6444912. OLE color: 6444912.

HSL color Cylindrical-coordinate representation of color #705762: hue angle of 333.6º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #705762 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB1128798-
CMYK00.220.130.56
HSL333.6º12.56%39.02%-
HSV(B)333.6º22.32%43.92%-
XYZ12.2911.1413.06-
YUV95.73129.28139.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.71%
GREEN value IS 87 (34.38% from 255) = 29.29%
BLUE value IS 98 (38.67% from 255) = 33.00%
R=37.71%
G=29.29%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112879800.220.130.56333.612.5639.02
Hex705762016D3814ed27
Octal16012714202615705161547
Binary11100001010111110001001011011011110001010011101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705762; }

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

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

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

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

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

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

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

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