Shades of Falcon #745B5D
Tints of Falcon #745B5D
RGB
CMYK
RGB Variations
Color information
#745B5D (or 0x745B5D) is known color: Falcon. HEX triplet: 74, 5B and 5D. RGB value is (116,91,93). Sum of RGB (Red+Green+Blue) = 116+91+93=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 91 (35.94% from 255 or 30.33% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 116 - color contains mainly: red. Hex color #745B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745B5D is #8BA4A2. Grayscale: #626262. Windows color (decimal): -9151651 or 6118260. OLE color: 6118260.
HSL color Cylindrical-coordinate representation of color #745B5D: hue angle of 355.2º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #745B5D is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 91 | 93 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.55 |
| HSL | 355.2º | 0.12% | 0.41% | - |
| HSV(B) | 355.2º | 0.22% | 0.45% | - |
| XYZ | 12.92 | 11.99 | 11.99 | - |
| YUV | 98.7 | 124.78 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 91 | 93 | 0 | 0.22 | 0.20 | 0.55 | 355.2 | 0.12 | 0.41 |
| Hex | 74 | 5B | 5D | 0 | 16 | 14 | 37 | 163 | C | 29 |
| Octal | 164 | 133 | 135 | 0 | 26 | 24 | 67 | 543 | 14 | 51 |
| Binary | 1110100 | 1011011 | 1011101 | 0 | 10110 | 10100 | 110111 | 101100011 | 1100 | 101001 |
Color Harmonies of #745B5D
Complementary color
Monochromatic Colors of #745B5D
Black with #745B5D
Text Example
Text Example
White with #745B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745B5D; }
p { color: rgb(116,91,93); }
H1.HeaderClassName
{
color: #745B5D;
}
.AnyTagClassName
{
color: #745B5D;
}
</style>
background-color css
<style>
a { background-color: #745B5D; }
a { background-color: rgb(116,91,93); }
div.DivClassName
{
background-color: #745B5D;
}
.BgClassName
{
background-color: #745B5D;
}
</style>
border-color css
<style>
span { border-color: #745B5D; }
span { border-color: rgb(116,91,93); }
td.TdClassName
{
border-color: #745B5D;
}
.TagClassName
{
border-color: #745B5D;
}
</style>