Shades of Falcon #735A5C
Tints of Falcon #735A5C
RGB
CMYK
RGB Variations
Color information
#735A5C (or 0x735A5C) is known color: Falcon. HEX triplet: 73, 5A and 5C. RGB value is (115,90,92). Sum of RGB (Red+Green+Blue) = 115+90+92=297 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.72% from 297); Green value is 90 (35.55% from 255 or 30.30% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 115 - color contains mainly: red. Hex color #735A5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735A5C is #8CA5A3. Grayscale: #616161. Windows color (decimal): -9217444 or 6052467. OLE color: 6052467.
HSL color Cylindrical-coordinate representation of color #735A5C: hue angle of 355.2º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #735A5C is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 90 | 92 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.55 |
| HSL | 355.2º | 0.12% | 0.4% | - |
| HSV(B) | 355.2º | 0.22% | 0.45% | - |
| XYZ | 12.66 | 11.73 | 11.72 | - |
| YUV | 97.7 | 124.78 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 90 | 92 | 0 | 0.22 | 0.20 | 0.55 | 355.2 | 0.12 | 0.4 |
| Hex | 73 | 5A | 5C | 0 | 16 | 14 | 37 | 163 | C | 28 |
| Octal | 163 | 132 | 134 | 0 | 26 | 24 | 67 | 543 | 14 | 50 |
| Binary | 1110011 | 1011010 | 1011100 | 0 | 10110 | 10100 | 110111 | 101100011 | 1100 | 101000 |
Color Harmonies of #735A5C
Complementary color
Monochromatic Colors of #735A5C
Black with #735A5C
Text Example
Text Example
White with #735A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735A5C; }
p { color: rgb(115,90,92); }
H1.HeaderClassName
{
color: #735A5C;
}
.AnyTagClassName
{
color: #735A5C;
}
</style>
background-color css
<style>
a { background-color: #735A5C; }
a { background-color: rgb(115,90,92); }
div.DivClassName
{
background-color: #735A5C;
}
.BgClassName
{
background-color: #735A5C;
}
</style>
border-color css
<style>
span { border-color: #735A5C; }
span { border-color: rgb(115,90,92); }
td.TdClassName
{
border-color: #735A5C;
}
.TagClassName
{
border-color: #735A5C;
}
</style>