Shades of Finch #73764B
Tints of Finch #73764B
RGB
CMYK
RGB Variations
Color information
#73764B (or 0x73764B) is known color: Finch. HEX triplet: 73, 76 and 4B. RGB value is (115,118,75). Sum of RGB (Red+Green+Blue) = 115+118+75=308 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.34% from 308); Green value is 118 (46.48% from 255 or 38.31% from 308); Blue value is 75 (29.69% from 255 or 24.35% from 308); Max value from RGB is 118 - color contains mainly: green. Hex color #73764B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73764B is #8C89B4. Grayscale: #707070. Windows color (decimal): -9210293 or 4945523. OLE color: 4945523.
HSL color Cylindrical-coordinate representation of color #73764B: hue angle of 64.19º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #73764B is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 115 | 118 | 75 | - |
| CMYK | 0.03 | 0 | 0.36 | 0.54 |
| HSL | 64.19º | 0.22% | 0.38% | - |
| HSV(B) | 64.19º | 0.36% | 0.46% | - |
| XYZ | 14.82 | 17.11 | 9.18 | - |
| YUV | 112.2 | 107.01 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 118 | 75 | 0.03 | 0 | 0.36 | 0.54 | 64.19 | 0.22 | 0.38 |
| Hex | 73 | 76 | 4B | 3 | 0 | 24 | 36 | 40 | 16 | 26 |
| Octal | 163 | 166 | 113 | 3 | 0 | 44 | 66 | 100 | 26 | 46 |
| Binary | 1110011 | 1110110 | 1001011 | 11 | 0 | 100100 | 110110 | 1000000 | 10110 | 100110 |
Color Harmonies of #73764B
Complementary color
Monochromatic Colors of #73764B
Black with #73764B
Text Example
Text Example
White with #73764B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73764B; }
p { color: rgb(115,118,75); }
H1.HeaderClassName
{
color: #73764B;
}
.AnyTagClassName
{
color: #73764B;
}
</style>
background-color css
<style>
a { background-color: #73764B; }
a { background-color: rgb(115,118,75); }
div.DivClassName
{
background-color: #73764B;
}
.BgClassName
{
background-color: #73764B;
}
</style>
border-color css
<style>
span { border-color: #73764B; }
span { border-color: rgb(115,118,75); }
td.TdClassName
{
border-color: #73764B;
}
.TagClassName
{
border-color: #73764B;
}
</style>