Shades of Finch #72736B
Tints of Finch #72736B
RGB
CMYK
RGB Variations
Color information
#72736B (or 0x72736B) is known color: Finch. HEX triplet: 72, 73 and 6B. RGB value is (114,115,107). Sum of RGB (Red+Green+Blue) = 114+115+107=336 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.93% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 115 - color contains mainly: green. Hex color #72736B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72736B is #8D8C94. Grayscale: #717171. Windows color (decimal): -9276565 or 7041906. OLE color: 7041906.
HSL color Cylindrical-coordinate representation of color #72736B: hue angle of 67.5º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #72736B is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 115 | 107 | - |
| CMYK | 0.01 | 0 | 0.07 | 0.55 |
| HSL | 67.5º | 0.04% | 0.44% | - |
| HSV(B) | 67.5º | 0.07% | 0.45% | - |
| XYZ | 15.72 | 16.9 | 16.34 | - |
| YUV | 113.79 | 124.17 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 115 | 107 | 0.01 | 0 | 0.07 | 0.55 | 67.5 | 0.04 | 0.44 |
| Hex | 72 | 73 | 6B | 1 | 0 | 7 | 37 | 44 | 4 | 2C |
| Octal | 162 | 163 | 153 | 1 | 0 | 7 | 67 | 104 | 4 | 54 |
| Binary | 1110010 | 1110011 | 1101011 | 1 | 0 | 111 | 110111 | 1000100 | 100 | 101100 |
Color Harmonies of #72736B
Complementary color
Monochromatic Colors of #72736B
Black with #72736B
Text Example
Text Example
White with #72736B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72736B; }
p { color: rgb(114,115,107); }
H1.HeaderClassName
{
color: #72736B;
}
.AnyTagClassName
{
color: #72736B;
}
</style>
background-color css
<style>
a { background-color: #72736B; }
a { background-color: rgb(114,115,107); }
div.DivClassName
{
background-color: #72736B;
}
.BgClassName
{
background-color: #72736B;
}
</style>
border-color css
<style>
span { border-color: #72736B; }
span { border-color: rgb(114,115,107); }
td.TdClassName
{
border-color: #72736B;
}
.TagClassName
{
border-color: #72736B;
}
</style>