Shades of Fedora #705472
Tints of Fedora #705472
RGB
CMYK
RGB Variations
Color information
#705472 (or 0x705472) is known color: Fedora. HEX triplet: 70, 54 and 72. RGB value is (112,84,114). Sum of RGB (Red+Green+Blue) = 112+84+114=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 114 - color contains mainly: blue. Hex color #705472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705472 is #8FAB8D. Grayscale: #5F5F5F. Windows color (decimal): -9415566 or 7492720. OLE color: 7492720.
HSL color Cylindrical-coordinate representation of color #705472: hue angle of 296º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #705472 is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 84 | 114 | - |
| CMYK | 0.02 | 0.26 | 0 | 0.55 |
| HSL | 296º | 0.15% | 0.39% | - |
| HSV(B) | 296º | 0.26% | 0.45% | - |
| XYZ | 12.89 | 11 | 17.36 | - |
| YUV | 95.79 | 138.28 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 84 | 114 | 0.02 | 0.26 | 0 | 0.55 | 296 | 0.15 | 0.39 |
| Hex | 70 | 54 | 72 | 2 | 1A | 0 | 37 | 128 | F | 27 |
| Octal | 160 | 124 | 162 | 2 | 32 | 0 | 67 | 450 | 17 | 47 |
| Binary | 1110000 | 1010100 | 1110010 | 10 | 11010 | 0 | 110111 | 100101000 | 1111 | 100111 |
Color Harmonies of #705472
Complementary color
Monochromatic Colors of #705472
Black with #705472
Text Example
Text Example
White with #705472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705472; }
p { color: rgb(112,84,114); }
H1.HeaderClassName
{
color: #705472;
}
.AnyTagClassName
{
color: #705472;
}
</style>
background-color css
<style>
a { background-color: #705472; }
a { background-color: rgb(112,84,114); }
div.DivClassName
{
background-color: #705472;
}
.BgClassName
{
background-color: #705472;
}
</style>
border-color css
<style>
span { border-color: #705472; }
span { border-color: rgb(112,84,114); }
td.TdClassName
{
border-color: #705472;
}
.TagClassName
{
border-color: #705472;
}
</style>