Shades of Falcon #70555A
Tints of Falcon #70555A
RGB
CMYK
RGB Variations
Color information
#70555A (or 0x70555A) is known color: Falcon. HEX triplet: 70, 55 and 5A. RGB value is (112,85,90). Sum of RGB (Red+Green+Blue) = 112+85+90=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 90 (35.55% from 255 or 31.36% from 287); Max value from RGB is 112 - color contains mainly: red. Hex color #70555A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70555A is #8FAAA5. Grayscale: #5D5D5D. Windows color (decimal): -9415334 or 5920112. OLE color: 5920112.
HSL color Cylindrical-coordinate representation of color #70555A: hue angle of 348.89º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #70555A is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 85 | 90 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.56 |
| HSL | 348.89º | 0.14% | 0.39% | - |
| HSV(B) | 348.89º | 0.24% | 0.44% | - |
| XYZ | 11.78 | 10.68 | 11.11 | - |
| YUV | 93.64 | 125.95 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 85 | 90 | 0 | 0.24 | 0.20 | 0.56 | 348.89 | 0.14 | 0.39 |
| Hex | 70 | 55 | 5A | 0 | 18 | 14 | 38 | 15D | E | 27 |
| Octal | 160 | 125 | 132 | 0 | 30 | 24 | 70 | 535 | 16 | 47 |
| Binary | 1110000 | 1010101 | 1011010 | 0 | 11000 | 10100 | 111000 | 101011101 | 1110 | 100111 |
Color Harmonies of #70555A
Complementary color
Monochromatic Colors of #70555A
Black with #70555A
Text Example
Text Example
White with #70555A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70555A; }
p { color: rgb(112,85,90); }
H1.HeaderClassName
{
color: #70555A;
}
.AnyTagClassName
{
color: #70555A;
}
</style>
background-color css
<style>
a { background-color: #70555A; }
a { background-color: rgb(112,85,90); }
div.DivClassName
{
background-color: #70555A;
}
.BgClassName
{
background-color: #70555A;
}
</style>
border-color css
<style>
span { border-color: #70555A; }
span { border-color: rgb(112,85,90); }
td.TdClassName
{
border-color: #70555A;
}
.TagClassName
{
border-color: #70555A;
}
</style>