#705759

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

Shades of Falcon #705759

Tints of Falcon #705759

Color information

#705759 (or 0x705759) is unknown color: approx Falcon. HEX triplet: 70, 57 and 59. RGB value is (112,87,89). Sum of RGB (Red+Green+Blue) = 112+87+89=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 87 (34.38% from 255 or 30.21% from 288); Blue value is 89 (35.16% from 255 or 30.90% from 288); Max value from RGB is 112 - color contains mainly: red. Hex color #705759 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705759 is #8FA8A6. Grayscale: #5E5E5E. Windows color (decimal): -9414823 or 5855088. OLE color: 5855088.

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

Color convert

RGB1128789-
CMYK00.220.210.56
HSL355.2º12.56%39.02%-
HSV(B)355.2º22.32%43.92%-
XYZ11.8910.9810.94-
YUV94.7124.78140.34-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.89%
GREEN value IS 87 (34.38% from 255) = 30.21%
BLUE value IS 89 (35.16% from 255) = 30.90%
R=38.89%
G=30.21%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112878900.220.210.56355.212.5639.02
Hex7057590161538163d27
Octal16012713102625705431547
Binary111000010101111011001010110101011110001011000111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705759; }

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

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

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

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

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

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

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

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