Shades of Finch #737564
Tints of Finch #737564
RGB
CMYK
RGB Variations
Color information
#737564 (or 0x737564) is known color: Finch. HEX triplet: 73, 75 and 64. RGB value is (115,117,100). Sum of RGB (Red+Green+Blue) = 115+117+100=332 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.64% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 100 (39.45% from 255 or 30.12% from 332); Max value from RGB is 117 - color contains mainly: green. Hex color #737564 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737564 is #8C8A9B. Grayscale: #727272. Windows color (decimal): -9210524 or 6583667. OLE color: 6583667.
HSL color Cylindrical-coordinate representation of color #737564: hue angle of 67.06º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #737564 is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 115 | 117 | 100 | - |
| CMYK | 0.02 | 0 | 0.15 | 0.54 |
| HSL | 67.06º | 0.08% | 0.43% | - |
| HSV(B) | 67.06º | 0.15% | 0.46% | - |
| XYZ | 15.73 | 17.29 | 14.56 | - |
| YUV | 114.46 | 119.84 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 117 | 100 | 0.02 | 0 | 0.15 | 0.54 | 67.06 | 0.08 | 0.43 |
| Hex | 73 | 75 | 64 | 2 | 0 | F | 36 | 43 | 8 | 2B |
| Octal | 163 | 165 | 144 | 2 | 0 | 17 | 66 | 103 | 10 | 53 |
| Binary | 1110011 | 1110101 | 1100100 | 10 | 0 | 1111 | 110110 | 1000011 | 1000 | 101011 |
Color Harmonies of #737564
Complementary color
Monochromatic Colors of #737564
Black with #737564
Text Example
Text Example
White with #737564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737564; }
p { color: rgb(115,117,100); }
H1.HeaderClassName
{
color: #737564;
}
.AnyTagClassName
{
color: #737564;
}
</style>
background-color css
<style>
a { background-color: #737564; }
a { background-color: rgb(115,117,100); }
div.DivClassName
{
background-color: #737564;
}
.BgClassName
{
background-color: #737564;
}
</style>
border-color css
<style>
span { border-color: #737564; }
span { border-color: rgb(115,117,100); }
td.TdClassName
{
border-color: #737564;
}
.TagClassName
{
border-color: #737564;
}
</style>