Shades of Falcon #70585C
Tints of Falcon #70585C
RGB
CMYK
RGB Variations
Color information
#70585C (or 0x70585C) is known color: Falcon. HEX triplet: 70, 58 and 5C. RGB value is (112,88,92). Sum of RGB (Red+Green+Blue) = 112+88+92=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 88 (34.77% from 255 or 30.14% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 112 - color contains mainly: red. Hex color #70585C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70585C is #8FA7A3. Grayscale: #5F5F5F. Windows color (decimal): -9414564 or 6051952. OLE color: 6051952.
HSL color Cylindrical-coordinate representation of color #70585C: hue angle of 350º 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 #70585C is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 88 | 92 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.56 |
| HSL | 350º | 0.12% | 0.39% | - |
| HSV(B) | 350º | 0.21% | 0.44% | - |
| XYZ | 12.1 | 11.2 | 11.65 | - |
| YUV | 95.63 | 125.95 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 88 | 92 | 0 | 0.21 | 0.18 | 0.56 | 350 | 0.12 | 0.39 |
| Hex | 70 | 58 | 5C | 0 | 15 | 12 | 38 | 15E | C | 27 |
| Octal | 160 | 130 | 134 | 0 | 25 | 22 | 70 | 536 | 14 | 47 |
| Binary | 1110000 | 1011000 | 1011100 | 0 | 10101 | 10010 | 111000 | 101011110 | 1100 | 100111 |
Color Harmonies of #70585C
Complementary color
Monochromatic Colors of #70585C
Black with #70585C
Text Example
Text Example
White with #70585C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70585C; }
p { color: rgb(112,88,92); }
H1.HeaderClassName
{
color: #70585C;
}
.AnyTagClassName
{
color: #70585C;
}
</style>
background-color css
<style>
a { background-color: #70585C; }
a { background-color: rgb(112,88,92); }
div.DivClassName
{
background-color: #70585C;
}
.BgClassName
{
background-color: #70585C;
}
</style>
border-color css
<style>
span { border-color: #70585C; }
span { border-color: rgb(112,88,92); }
td.TdClassName
{
border-color: #70585C;
}
.TagClassName
{
border-color: #70585C;
}
</style>