Shades of Finch #737565
Tints of Finch #737565
RGB
CMYK
RGB Variations
Color information
#737565 (or 0x737565) is known color: Finch. HEX triplet: 73, 75 and 65. RGB value is (115,117,101). Sum of RGB (Red+Green+Blue) = 115+117+101=333 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.53% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 101 (39.84% from 255 or 30.33% from 333); Max value from RGB is 117 - color contains mainly: green. Hex color #737565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737565 is #8C8A9A. Grayscale: #727272. Windows color (decimal): -9210523 or 6649203. OLE color: 6649203.
HSL color Cylindrical-coordinate representation of color #737565: hue angle of 67.5º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #737565 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 115 | 117 | 101 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.54 |
| HSL | 67.5º | 0.07% | 0.43% | - |
| HSV(B) | 67.5º | 0.14% | 0.46% | - |
| XYZ | 15.78 | 17.31 | 14.82 | - |
| YUV | 114.58 | 120.34 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 117 | 101 | 0.02 | 0 | 0.14 | 0.54 | 67.5 | 0.07 | 0.43 |
| Hex | 73 | 75 | 65 | 2 | 0 | E | 36 | 44 | 7 | 2B |
| Octal | 163 | 165 | 145 | 2 | 0 | 16 | 66 | 104 | 7 | 53 |
| Binary | 1110011 | 1110101 | 1100101 | 10 | 0 | 1110 | 110110 | 1000100 | 111 | 101011 |
Color Harmonies of #737565
Complementary color
Monochromatic Colors of #737565
Black with #737565
Text Example
Text Example
White with #737565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737565; }
p { color: rgb(115,117,101); }
H1.HeaderClassName
{
color: #737565;
}
.AnyTagClassName
{
color: #737565;
}
</style>
background-color css
<style>
a { background-color: #737565; }
a { background-color: rgb(115,117,101); }
div.DivClassName
{
background-color: #737565;
}
.BgClassName
{
background-color: #737565;
}
</style>
border-color css
<style>
span { border-color: #737565; }
span { border-color: rgb(115,117,101); }
td.TdClassName
{
border-color: #737565;
}
.TagClassName
{
border-color: #737565;
}
</style>