Shades of Fedora #665072
Tints of Fedora #665072
RGB
CMYK
RGB Variations
Color information
#665072 (or 0x665072) is known color: Fedora. HEX triplet: 66, 50 and 72. RGB value is (102,80,114). Sum of RGB (Red+Green+Blue) = 102+80+114=296 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.46% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 114 (44.92% from 255 or 38.51% from 296); Max value from RGB is 114 - color contains mainly: blue. Hex color #665072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665072 is #99AF8D. Grayscale: #5A5A5A. Windows color (decimal): -10071950 or 7491686. OLE color: 7491686.
HSL color Cylindrical-coordinate representation of color #665072: hue angle of 278.82º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #665072 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 102 | 80 | 114 | - |
| CMYK | 0.11 | 0.30 | 0 | 0.55 |
| HSL | 278.82º | 0.18% | 0.38% | - |
| HSV(B) | 278.82º | 0.3% | 0.45% | - |
| XYZ | 11.39 | 9.78 | 17.21 | - |
| YUV | 90.45 | 141.29 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 80 | 114 | 0.11 | 0.30 | 0 | 0.55 | 278.82 | 0.18 | 0.38 |
| Hex | 66 | 50 | 72 | B | 1E | 0 | 37 | 117 | 12 | 26 |
| Octal | 146 | 120 | 162 | 13 | 36 | 0 | 67 | 427 | 22 | 46 |
| Binary | 1100110 | 1010000 | 1110010 | 1011 | 11110 | 0 | 110111 | 100010111 | 10010 | 100110 |
Color Harmonies of #665072
Complementary color
Monochromatic Colors of #665072
Black with #665072
Text Example
Text Example
White with #665072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665072; }
p { color: rgb(102,80,114); }
H1.HeaderClassName
{
color: #665072;
}
.AnyTagClassName
{
color: #665072;
}
</style>
background-color css
<style>
a { background-color: #665072; }
a { background-color: rgb(102,80,114); }
div.DivClassName
{
background-color: #665072;
}
.BgClassName
{
background-color: #665072;
}
</style>
border-color css
<style>
span { border-color: #665072; }
span { border-color: rgb(102,80,114); }
td.TdClassName
{
border-color: #665072;
}
.TagClassName
{
border-color: #665072;
}
</style>