Shades of Falcon #70575C
Tints of Falcon #70575C
RGB
CMYK
RGB Variations
Color information
#70575C (or 0x70575C) is known color: Falcon. HEX triplet: 70, 57 and 5C. RGB value is (112,87,92). Sum of RGB (Red+Green+Blue) = 112+87+92=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 87 (34.38% from 255 or 29.90% from 291); Blue value is 92 (36.33% from 255 or 31.62% from 291); Max value from RGB is 112 - color contains mainly: red. Hex color #70575C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70575C is #8FA8A3. Grayscale: #5F5F5F. Windows color (decimal): -9414820 or 6051696. OLE color: 6051696.
HSL color Cylindrical-coordinate representation of color #70575C: hue angle of 348º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #70575C is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 87 | 92 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.56 |
| HSL | 348º | 0.13% | 0.39% | - |
| HSV(B) | 348º | 0.22% | 0.44% | - |
| XYZ | 12.02 | 11.03 | 11.62 | - |
| YUV | 95.05 | 126.28 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 87 | 92 | 0 | 0.22 | 0.18 | 0.56 | 348 | 0.13 | 0.39 |
| Hex | 70 | 57 | 5C | 0 | 16 | 12 | 38 | 15C | D | 27 |
| Octal | 160 | 127 | 134 | 0 | 26 | 22 | 70 | 534 | 15 | 47 |
| Binary | 1110000 | 1010111 | 1011100 | 0 | 10110 | 10010 | 111000 | 101011100 | 1101 | 100111 |
Color Harmonies of #70575C
Complementary color
Monochromatic Colors of #70575C
Black with #70575C
Text Example
Text Example
White with #70575C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70575C; }
p { color: rgb(112,87,92); }
H1.HeaderClassName
{
color: #70575C;
}
.AnyTagClassName
{
color: #70575C;
}
</style>
background-color css
<style>
a { background-color: #70575C; }
a { background-color: rgb(112,87,92); }
div.DivClassName
{
background-color: #70575C;
}
.BgClassName
{
background-color: #70575C;
}
</style>
border-color css
<style>
span { border-color: #70575C; }
span { border-color: rgb(112,87,92); }
td.TdClassName
{
border-color: #70575C;
}
.TagClassName
{
border-color: #70575C;
}
</style>