Shades of Falcon #705A5C
Tints of Falcon #705A5C
RGB
CMYK
RGB Variations
Color information
#705A5C (or 0x705A5C) is known color: 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
| RGB | 112 | 90 | 92 | - |
| CMYK | 0 | 0.20 | 0.18 | 0.56 |
| HSL | 354.55º | 0.11% | 0.4% | - |
| HSV(B) | 354.55º | 0.2% | 0.44% | - |
| XYZ | 12.27 | 11.53 | 11.7 | - |
| YUV | 96.81 | 125.29 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 90 | 92 | 0 | 0.20 | 0.18 | 0.56 | 354.55 | 0.11 | 0.4 |
| Hex | 70 | 5A | 5C | 0 | 14 | 12 | 38 | 163 | B | 28 |
| Octal | 160 | 132 | 134 | 0 | 24 | 22 | 70 | 543 | 13 | 50 |
| Binary | 1110000 | 1011010 | 1011100 | 0 | 10100 | 10010 | 111000 | 101100011 | 1011 | 101000 |
Color Harmonies of #705A5C
Complementary color
Monochromatic Colors of #705A5C
Black with #705A5C
Text Example
Text Example
White with #705A5C
Text Example
Text Example
HTML Codes & Css Web 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>