Shades of Falcon #70585B
Tints of Falcon #70585B
RGB
CMYK
RGB Variations
Color information
#70585B (or 0x70585B) is known color: Falcon. HEX triplet: 70, 58 and 5B. RGB value is (112,88,91). Sum of RGB (Red+Green+Blue) = 112+88+91=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 88 (34.77% from 255 or 30.24% from 291); Blue value is 91 (35.94% from 255 or 31.27% from 291); Max value from RGB is 112 - color contains mainly: red. Hex color #70585B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70585B is #8FA7A4. Grayscale: #5F5F5F. Windows color (decimal): -9414565 or 5986416. OLE color: 5986416.
HSL color Cylindrical-coordinate representation of color #70585B: hue angle of 352.5º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #70585B is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 88 | 91 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.56 |
| HSL | 352.5º | 0.12% | 0.39% | - |
| HSV(B) | 352.5º | 0.21% | 0.44% | - |
| XYZ | 12.06 | 11.18 | 11.42 | - |
| YUV | 95.52 | 125.45 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 88 | 91 | 0 | 0.21 | 0.19 | 0.56 | 352.5 | 0.12 | 0.39 |
| Hex | 70 | 58 | 5B | 0 | 15 | 13 | 38 | 160 | C | 27 |
| Octal | 160 | 130 | 133 | 0 | 25 | 23 | 70 | 540 | 14 | 47 |
| Binary | 1110000 | 1011000 | 1011011 | 0 | 10101 | 10011 | 111000 | 101100000 | 1100 | 100111 |
Color Harmonies of #70585B
Complementary color
Monochromatic Colors of #70585B
Black with #70585B
Text Example
Text Example
White with #70585B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70585B; }
p { color: rgb(112,88,91); }
H1.HeaderClassName
{
color: #70585B;
}
.AnyTagClassName
{
color: #70585B;
}
</style>
background-color css
<style>
a { background-color: #70585B; }
a { background-color: rgb(112,88,91); }
div.DivClassName
{
background-color: #70585B;
}
.BgClassName
{
background-color: #70585B;
}
</style>
border-color css
<style>
span { border-color: #70585B; }
span { border-color: rgb(112,88,91); }
td.TdClassName
{
border-color: #70585B;
}
.TagClassName
{
border-color: #70585B;
}
</style>