#705761

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

Shades of Cosmic #705761

Tints of Cosmic #705761

Color information

#705761 (or 0x705761) is unknown color: approx Cosmic. HEX triplet: 70, 57 and 61. RGB value is (112,87,97). Sum of RGB (Red+Green+Blue) = 112+87+97=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 87 (34.38% from 255 or 29.39% from 296); Blue value is 97 (38.28% from 255 or 32.77% from 296); Max value from RGB is 112 - color contains mainly: red. Hex color #705761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705761 is #8FA89E. Grayscale: #5F5F5F. Windows color (decimal): -9414815 or 6379376. OLE color: 6379376.

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

Color convert

RGB1128797-
CMYK00.220.130.56
HSL336º12.56%39.02%-
HSV(B)336º22.32%43.92%-
XYZ12.2511.1212.81-
YUV95.61128.78139.69-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.84%
GREEN value IS 87 (34.38% from 255) = 29.39%
BLUE value IS 97 (38.28% from 255) = 32.77%
R=37.84%
G=29.39%
B=32.77%

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
Decimal112879700.220.130.5633612.5639.02
Hex705761016D38150d27
Octal16012714102615705201547
Binary11100001010111110000101011011011110001010100001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705761; }

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

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

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

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

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

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

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

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