Shades of Finch #737450
Tints of Finch #737450
RGB
CMYK
RGB Variations
Color information
#737450 (or 0x737450) is known color: Finch. HEX triplet: 73, 74 and 50. RGB value is (115,116,80). Sum of RGB (Red+Green+Blue) = 115+116+80=311 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.98% from 311); Green value is 116 (45.70% from 255 or 37.30% from 311); Blue value is 80 (31.64% from 255 or 25.72% from 311); Max value from RGB is 116 - color contains mainly: green. Hex color #737450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737450 is #8C8BAF. Grayscale: #6F6F6F. Windows color (decimal): -9210800 or 5272691. OLE color: 5272691.
HSL color Cylindrical-coordinate representation of color #737450: hue angle of 61.67º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #737450 is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 116 | 80 | - |
| CMYK | 0.01 | 0 | 0.31 | 0.55 |
| HSL | 61.67º | 0.18% | 0.38% | - |
| HSV(B) | 61.67º | 0.31% | 0.45% | - |
| XYZ | 14.76 | 16.71 | 10.04 | - |
| YUV | 111.6 | 110.17 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 116 | 80 | 0.01 | 0 | 0.31 | 0.55 | 61.67 | 0.18 | 0.38 |
| Hex | 73 | 74 | 50 | 1 | 0 | 1F | 37 | 3E | 12 | 26 |
| Octal | 163 | 164 | 120 | 1 | 0 | 37 | 67 | 76 | 22 | 46 |
| Binary | 1110011 | 1110100 | 1010000 | 1 | 0 | 11111 | 110111 | 111110 | 10010 | 100110 |
Color Harmonies of #737450
Complementary color
Monochromatic Colors of #737450
Black with #737450
Text Example
Text Example
White with #737450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737450; }
p { color: rgb(115,116,80); }
H1.HeaderClassName
{
color: #737450;
}
.AnyTagClassName
{
color: #737450;
}
</style>
background-color css
<style>
a { background-color: #737450; }
a { background-color: rgb(115,116,80); }
div.DivClassName
{
background-color: #737450;
}
.BgClassName
{
background-color: #737450;
}
</style>
border-color css
<style>
span { border-color: #737450; }
span { border-color: rgb(115,116,80); }
td.TdClassName
{
border-color: #737450;
}
.TagClassName
{
border-color: #737450;
}
</style>