Shades of Finch #737463
Tints of Finch #737463
RGB
CMYK
RGB Variations
Color information
#737463 (or 0x737463) is known color: Finch. HEX triplet: 73, 74 and 63. RGB value is (115,116,99). Sum of RGB (Red+Green+Blue) = 115+116+99=330 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.85% from 330); Green value is 116 (45.70% from 255 or 35.15% from 330); Blue value is 99 (39.06% from 255 or 30% from 330); Max value from RGB is 116 - color contains mainly: green. Hex color #737463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737463 is #8C8B9C. Grayscale: #717171. Windows color (decimal): -9210781 or 6517875. OLE color: 6517875.
HSL color Cylindrical-coordinate representation of color #737463: hue angle of 63.53º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #737463 is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 116 | 99 | - |
| CMYK | 0.01 | 0 | 0.15 | 0.55 |
| HSL | 63.53º | 0.08% | 0.42% | - |
| HSV(B) | 63.53º | 0.15% | 0.45% | - |
| XYZ | 15.57 | 17.04 | 14.27 | - |
| YUV | 113.76 | 119.67 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 116 | 99 | 0.01 | 0 | 0.15 | 0.55 | 63.53 | 0.08 | 0.42 |
| Hex | 73 | 74 | 63 | 1 | 0 | F | 37 | 40 | 8 | 2A |
| Octal | 163 | 164 | 143 | 1 | 0 | 17 | 67 | 100 | 10 | 52 |
| Binary | 1110011 | 1110100 | 1100011 | 1 | 0 | 1111 | 110111 | 1000000 | 1000 | 101010 |
Color Harmonies of #737463
Complementary color
Monochromatic Colors of #737463
Black with #737463
Text Example
Text Example
White with #737463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737463; }
p { color: rgb(115,116,99); }
H1.HeaderClassName
{
color: #737463;
}
.AnyTagClassName
{
color: #737463;
}
</style>
background-color css
<style>
a { background-color: #737463; }
a { background-color: rgb(115,116,99); }
div.DivClassName
{
background-color: #737463;
}
.BgClassName
{
background-color: #737463;
}
</style>
border-color css
<style>
span { border-color: #737463; }
span { border-color: rgb(115,116,99); }
td.TdClassName
{
border-color: #737463;
}
.TagClassName
{
border-color: #737463;
}
</style>