Shades of Finch #73765B
Tints of Finch #73765B
RGB
CMYK
RGB Variations
Color information
#73765B (or 0x73765B) is known color: Finch. HEX triplet: 73, 76 and 5B. RGB value is (115,118,91). Sum of RGB (Red+Green+Blue) = 115+118+91=324 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.49% from 324); Green value is 118 (46.48% from 255 or 36.42% from 324); Blue value is 91 (35.94% from 255 or 28.09% from 324); Max value from RGB is 118 - color contains mainly: green. Hex color #73765B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73765B is #8C89A4. Grayscale: #727272. Windows color (decimal): -9210277 or 5994099. OLE color: 5994099.
HSL color Cylindrical-coordinate representation of color #73765B: hue angle of 66.67º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #73765B is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 115 | 118 | 91 | - |
| CMYK | 0.03 | 0 | 0.23 | 0.54 |
| HSL | 66.67º | 0.13% | 0.41% | - |
| HSV(B) | 66.67º | 0.23% | 0.46% | - |
| XYZ | 15.44 | 17.36 | 12.43 | - |
| YUV | 114.03 | 115.01 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 118 | 91 | 0.03 | 0 | 0.23 | 0.54 | 66.67 | 0.13 | 0.41 |
| Hex | 73 | 76 | 5B | 3 | 0 | 17 | 36 | 43 | D | 29 |
| Octal | 163 | 166 | 133 | 3 | 0 | 27 | 66 | 103 | 15 | 51 |
| Binary | 1110011 | 1110110 | 1011011 | 11 | 0 | 10111 | 110110 | 1000011 | 1101 | 101001 |
Color Harmonies of #73765B
Complementary color
Monochromatic Colors of #73765B
Black with #73765B
Text Example
Text Example
White with #73765B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73765B; }
p { color: rgb(115,118,91); }
H1.HeaderClassName
{
color: #73765B;
}
.AnyTagClassName
{
color: #73765B;
}
</style>
background-color css
<style>
a { background-color: #73765B; }
a { background-color: rgb(115,118,91); }
div.DivClassName
{
background-color: #73765B;
}
.BgClassName
{
background-color: #73765B;
}
</style>
border-color css
<style>
span { border-color: #73765B; }
span { border-color: rgb(115,118,91); }
td.TdClassName
{
border-color: #73765B;
}
.TagClassName
{
border-color: #73765B;
}
</style>