Shades of Finch #737468
Tints of Finch #737468
RGB
CMYK
RGB Variations
Color information
#737468 (or 0x737468) is known color: Finch. HEX triplet: 73, 74 and 68. RGB value is (115,116,104). Sum of RGB (Red+Green+Blue) = 115+116+104=335 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.33% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 116 - color contains mainly: green. Hex color #737468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737468 is #8C8B97. Grayscale: #727272. Windows color (decimal): -9210776 or 6845555. OLE color: 6845555.
HSL color Cylindrical-coordinate representation of color #737468: hue angle of 65º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #737468 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 116 | 104 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.55 |
| HSL | 65º | 0.05% | 0.43% | - |
| HSV(B) | 65º | 0.1% | 0.45% | - |
| XYZ | 15.81 | 17.14 | 15.57 | - |
| YUV | 114.33 | 122.17 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 116 | 104 | 0.01 | 0 | 0.10 | 0.55 | 65 | 0.05 | 0.43 |
| Hex | 73 | 74 | 68 | 1 | 0 | A | 37 | 41 | 5 | 2B |
| Octal | 163 | 164 | 150 | 1 | 0 | 12 | 67 | 101 | 5 | 53 |
| Binary | 1110011 | 1110100 | 1101000 | 1 | 0 | 1010 | 110111 | 1000001 | 101 | 101011 |
Color Harmonies of #737468
Complementary color
Monochromatic Colors of #737468
Black with #737468
Text Example
Text Example
White with #737468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737468; }
p { color: rgb(115,116,104); }
H1.HeaderClassName
{
color: #737468;
}
.AnyTagClassName
{
color: #737468;
}
</style>
background-color css
<style>
a { background-color: #737468; }
a { background-color: rgb(115,116,104); }
div.DivClassName
{
background-color: #737468;
}
.BgClassName
{
background-color: #737468;
}
</style>
border-color css
<style>
span { border-color: #737468; }
span { border-color: rgb(115,116,104); }
td.TdClassName
{
border-color: #737468;
}
.TagClassName
{
border-color: #737468;
}
</style>