Shades of Finch #737852
Tints of Finch #737852
RGB
CMYK
RGB Variations
Color information
#737852 (or 0x737852) is known color: Finch. HEX triplet: 73, 78 and 52. RGB value is (115,120,82). Sum of RGB (Red+Green+Blue) = 115+120+82=317 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.28% from 317); Green value is 120 (47.27% from 255 or 37.85% from 317); Blue value is 82 (32.42% from 255 or 25.87% from 317); Max value from RGB is 120 - color contains mainly: green. Hex color #737852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737852 is #8C87AD. Grayscale: #727272. Windows color (decimal): -9209774 or 5404787. OLE color: 5404787.
HSL color Cylindrical-coordinate representation of color #737852: hue angle of 67.89º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #737852 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 115 | 120 | 82 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.53 |
| HSL | 67.89º | 0.19% | 0.4% | - |
| HSV(B) | 67.89º | 0.32% | 0.47% | - |
| XYZ | 15.31 | 17.69 | 10.59 | - |
| YUV | 114.17 | 109.84 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 120 | 82 | 0.04 | 0 | 0.32 | 0.53 | 67.89 | 0.19 | 0.4 |
| Hex | 73 | 78 | 52 | 4 | 0 | 20 | 35 | 44 | 13 | 28 |
| Octal | 163 | 170 | 122 | 4 | 0 | 40 | 65 | 104 | 23 | 50 |
| Binary | 1110011 | 1111000 | 1010010 | 100 | 0 | 100000 | 110101 | 1000100 | 10011 | 101000 |
Color Harmonies of #737852
Complementary color
Monochromatic Colors of #737852
Black with #737852
Text Example
Text Example
White with #737852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737852; }
p { color: rgb(115,120,82); }
H1.HeaderClassName
{
color: #737852;
}
.AnyTagClassName
{
color: #737852;
}
</style>
background-color css
<style>
a { background-color: #737852; }
a { background-color: rgb(115,120,82); }
div.DivClassName
{
background-color: #737852;
}
.BgClassName
{
background-color: #737852;
}
</style>
border-color css
<style>
span { border-color: #737852; }
span { border-color: rgb(115,120,82); }
td.TdClassName
{
border-color: #737852;
}
.TagClassName
{
border-color: #737852;
}
</style>