#705264

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

Shades of Cosmic #705264

Tints of Cosmic #705264

Color information

#705264 (or 0x705264) is unknown color: approx Cosmic. HEX triplet: 70, 52 and 64. RGB value is (112,82,100). Sum of RGB (Red+Green+Blue) = 112+82+100=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 100 (39.45% from 255 or 34.01% from 294); Max value from RGB is 112 - color contains mainly: red. Hex color #705264 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705264 is #8FAD9B. Grayscale: #5C5C5C. Windows color (decimal): -9416092 or 6574704. OLE color: 6574704.

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

Color convert

RGB11282100-
CMYK00.270.110.56
HSL324º15.46%38.04%-
HSV(B)324º26.79%43.92%-
XYZ1210.413.43-
YUV93.02131.94141.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.10%
GREEN value IS 82 (32.42% from 255) = 27.89%
BLUE value IS 100 (39.45% from 255) = 34.01%
R=38.10%
G=27.89%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1128210000.270.110.5632415.4638.04
Hex70526401BB38144f26
Octal16012214403313705041746
Binary11100001010010110010001101110111110001010001001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705264; }

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

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

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

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

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

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

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

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