Shades of Finch #727C5B
Tints of Finch #727C5B
RGB
CMYK
RGB Variations
Color information
#727C5B (or 0x727C5B) is known color: Finch. HEX triplet: 72, 7C and 5B. RGB value is (114,124,91). Sum of RGB (Red+Green+Blue) = 114+124+91=329 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.65% from 329); Green value is 124 (48.83% from 255 or 37.69% from 329); Blue value is 91 (35.94% from 255 or 27.66% from 329); Max value from RGB is 124 - color contains mainly: green. Hex color #727C5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727C5B is #8D83A4. Grayscale: #757575. Windows color (decimal): -9274277 or 5995634. OLE color: 5995634.
HSL color Cylindrical-coordinate representation of color #727C5B: hue angle of 78.18º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #727C5B is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 124 | 91 | - |
| CMYK | 0.08 | 0 | 0.27 | 0.51 |
| HSL | 78.18º | 0.15% | 0.42% | - |
| HSV(B) | 78.18º | 0.27% | 0.49% | - |
| XYZ | 16.04 | 18.75 | 12.67 | - |
| YUV | 117.25 | 113.19 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 124 | 91 | 0.08 | 0 | 0.27 | 0.51 | 78.18 | 0.15 | 0.42 |
| Hex | 72 | 7C | 5B | 8 | 0 | 1B | 33 | 4E | F | 2A |
| Octal | 162 | 174 | 133 | 10 | 0 | 33 | 63 | 116 | 17 | 52 |
| Binary | 1110010 | 1111100 | 1011011 | 1000 | 0 | 11011 | 110011 | 1001110 | 1111 | 101010 |
Color Harmonies of #727C5B
Complementary color
Monochromatic Colors of #727C5B
Black with #727C5B
Text Example
Text Example
White with #727C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727C5B; }
p { color: rgb(114,124,91); }
H1.HeaderClassName
{
color: #727C5B;
}
.AnyTagClassName
{
color: #727C5B;
}
</style>
background-color css
<style>
a { background-color: #727C5B; }
a { background-color: rgb(114,124,91); }
div.DivClassName
{
background-color: #727C5B;
}
.BgClassName
{
background-color: #727C5B;
}
</style>
border-color css
<style>
span { border-color: #727C5B; }
span { border-color: rgb(114,124,91); }
td.TdClassName
{
border-color: #727C5B;
}
.TagClassName
{
border-color: #727C5B;
}
</style>