#705A5D

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

Shades of Falcon #705A5D

Tints of Falcon #705A5D

Color information

#705A5D (or 0x705A5D) is unknown color: approx Falcon. HEX triplet: 70, 5A and 5D. RGB value is (112,90,93). Sum of RGB (Red+Green+Blue) = 112+90+93=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 112 - color contains mainly: red. Hex color #705A5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705A5D is #8FA5A2. Grayscale: #606060. Windows color (decimal): -9414051 or 6118000. OLE color: 6118000.

HSL color Cylindrical-coordinate representation of color #705A5D: hue angle of 351.82º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #705A5D is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB1129093-
CMYK00.200.170.56
HSL351.82º10.89%39.61%-
HSV(B)351.82º19.64%43.92%-
XYZ12.3111.5511.94-
YUV96.92125.79138.76-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.97%
GREEN value IS 90 (35.55% from 255) = 30.51%
BLUE value IS 93 (36.72% from 255) = 31.53%
R=37.97%
G=30.51%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112909300.200.170.56351.8210.8939.61
Hex705A5D0141138160b28
Octal16013213502421705401350
Binary111000010110101011101010100100011110001011000001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705A5D; }

 p { color: rgb(112,90,93); }

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

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

 a { background-color: rgb(112,90,93); }

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

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

 span { border-color: rgb(112,90,93); }

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