#705A5C

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

Shades of Falcon #705A5C

Tints of Falcon #705A5C

Color information

#705A5C (or 0x705A5C) is unknown color: approx Falcon. HEX triplet: 70, 5A and 5C. RGB value is (112,90,92). Sum of RGB (Red+Green+Blue) = 112+90+92=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 90 (35.55% from 255 or 30.61% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 112 - color contains mainly: red. Hex color #705A5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705A5C is #8FA5A3. Grayscale: #606060. Windows color (decimal): -9414052 or 6052464. OLE color: 6052464.

HSL color Cylindrical-coordinate representation of color #705A5C: hue angle of 354.55º 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 #705A5C is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB1129092-
CMYK00.200.180.56
HSL354.55º10.89%39.61%-
HSV(B)354.55º19.64%43.92%-
XYZ12.2711.5311.7-
YUV96.81125.29138.84-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.10%
GREEN value IS 90 (35.55% from 255) = 30.61%
BLUE value IS 92 (36.33% from 255) = 31.29%
R=38.10%
G=30.61%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112909200.200.180.56354.5510.8939.61
Hex705A5C0141238163b28
Octal16013213402422705431350
Binary111000010110101011100010100100101110001011000111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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