#705261

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

Shades of Cosmic #705261

Tints of Cosmic #705261

Color information

#705261 (or 0x705261) is unknown color: approx Cosmic. HEX triplet: 70, 52 and 61. RGB value is (112,82,97). Sum of RGB (Red+Green+Blue) = 112+82+97=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 97 (38.28% from 255 or 33.33% from 291); Max value from RGB is 112 - color contains mainly: red. Hex color #705261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705261 is #8FAD9E. Grayscale: #5C5C5C. Windows color (decimal): -9416095 or 6378096. OLE color: 6378096.

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

Color convert

RGB1128297-
CMYK00.270.130.56
HSL330º15.46%38.04%-
HSV(B)330º26.79%43.92%-
XYZ11.8610.3412.68-
YUV92.68130.44141.78-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.49%
GREEN value IS 82 (32.42% from 255) = 28.18%
BLUE value IS 97 (38.28% from 255) = 33.33%
R=38.49%
G=28.18%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112829700.270.130.5633015.4638.04
Hex70526101BD3814af26
Octal16012214103315705121746
Binary11100001010010110000101101111011110001010010101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705261; }

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

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

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

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

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

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

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

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