Shades of Falcon #75545A
Tints of Falcon #75545A
RGB
CMYK
RGB Variations
Color information
#75545A (or 0x75545A) is known color: Falcon. HEX triplet: 75, 54 and 5A. RGB value is (117,84,90). Sum of RGB (Red+Green+Blue) = 117+84+90=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 90 (35.55% from 255 or 30.93% from 291); Max value from RGB is 117 - color contains mainly: red. Hex color #75545A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75545A is #8AABA5. Grayscale: #5E5E5E. Windows color (decimal): -9087910 or 5919861. OLE color: 5919861.
HSL color Cylindrical-coordinate representation of color #75545A: hue angle of 349.09º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #75545A is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 84 | 90 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.54 |
| HSL | 349.09º | 0.16% | 0.39% | - |
| HSV(B) | 349.09º | 0.28% | 0.46% | - |
| XYZ | 12.35 | 10.86 | 11.12 | - |
| YUV | 94.55 | 125.43 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 84 | 90 | 0 | 0.28 | 0.23 | 0.54 | 349.09 | 0.16 | 0.39 |
| Hex | 75 | 54 | 5A | 0 | 1C | 17 | 36 | 15D | 10 | 27 |
| Octal | 165 | 124 | 132 | 0 | 34 | 27 | 66 | 535 | 20 | 47 |
| Binary | 1110101 | 1010100 | 1011010 | 0 | 11100 | 10111 | 110110 | 101011101 | 10000 | 100111 |
Color Harmonies of #75545A
Complementary color
Monochromatic Colors of #75545A
Black with #75545A
Text Example
Text Example
White with #75545A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75545A; }
p { color: rgb(117,84,90); }
H1.HeaderClassName
{
color: #75545A;
}
.AnyTagClassName
{
color: #75545A;
}
</style>
background-color css
<style>
a { background-color: #75545A; }
a { background-color: rgb(117,84,90); }
div.DivClassName
{
background-color: #75545A;
}
.BgClassName
{
background-color: #75545A;
}
</style>
border-color css
<style>
span { border-color: #75545A; }
span { border-color: rgb(117,84,90); }
td.TdClassName
{
border-color: #75545A;
}
.TagClassName
{
border-color: #75545A;
}
</style>