#705C5D

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

Shades of Falcon #705C5D

Tints of Falcon #705C5D

Color information

#705C5D (or 0x705C5D) is unknown color: approx Falcon. HEX triplet: 70, 5C and 5D. RGB value is (112,92,93). Sum of RGB (Red+Green+Blue) = 112+92+93=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 92 (36.33% from 255 or 30.98% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 112 - color contains mainly: red. Hex color #705C5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705C5D is #8FA3A2. Grayscale: #626262. Windows color (decimal): -9413539 or 6118512. OLE color: 6118512.

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

Color convert

RGB1129293-
CMYK00.180.170.56
HSL357º9.8%40%-
HSV(B)357º17.86%43.92%-
XYZ12.4911.8911.99-
YUV98.09125.13137.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.71%
GREEN value IS 92 (36.33% from 255) = 30.98%
BLUE value IS 93 (36.72% from 255) = 31.31%
R=37.71%
G=30.98%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112929300.180.170.563579.840
Hex705C5D0121138165a28
Octal16013413502221705451250
Binary111000010111001011101010010100011110001011001011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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