#705764

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

Shades of Cosmic #705764

Tints of Cosmic #705764

Color information

#705764 (or 0x705764) is unknown color: approx Cosmic. HEX triplet: 70, 57 and 64. RGB value is (112,87,100). Sum of RGB (Red+Green+Blue) = 112+87+100=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 87 (34.38% from 255 or 29.10% from 299); Blue value is 100 (39.45% from 255 or 33.44% from 299); Max value from RGB is 112 - color contains mainly: red. Hex color #705764 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705764 is #8FA89B. Grayscale: #5F5F5F. Windows color (decimal): -9414812 or 6575984. OLE color: 6575984.

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

Color convert

RGB11287100-
CMYK00.220.110.56
HSL328.8º12.56%39.02%-
HSV(B)328.8º22.32%43.92%-
XYZ12.3911.1813.56-
YUV95.96130.28139.44-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.46%
GREEN value IS 87 (34.38% from 255) = 29.10%
BLUE value IS 100 (39.45% from 255) = 33.44%
R=37.46%
G=29.10%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1128710000.220.110.56328.812.5639.02
Hex705764016B38149d27
Octal16012714402613705111547
Binary11100001010111110010001011010111110001010010011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705764; }

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

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

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

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

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

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

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

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