Shades of Finch #72735C
Tints of Finch #72735C
RGB
CMYK
RGB Variations
Color information
#72735C (or 0x72735C) is known color: Finch. HEX triplet: 72, 73 and 5C. RGB value is (114,115,92). Sum of RGB (Red+Green+Blue) = 114+115+92=321 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.51% from 321); Green value is 115 (45.31% from 255 or 35.83% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 115 - color contains mainly: green. Hex color #72735C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72735C is #8D8CA3. Grayscale: #707070. Windows color (decimal): -9276580 or 6058866. OLE color: 6058866.
HSL color Cylindrical-coordinate representation of color #72735C: hue angle of 62.61º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #72735C is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 115 | 92 | - |
| CMYK | 0.01 | 0 | 0.20 | 0.55 |
| HSL | 62.61º | 0.11% | 0.41% | - |
| HSV(B) | 62.61º | 0.2% | 0.45% | - |
| XYZ | 15 | 16.61 | 12.54 | - |
| YUV | 112.08 | 116.67 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 115 | 92 | 0.01 | 0 | 0.20 | 0.55 | 62.61 | 0.11 | 0.41 |
| Hex | 72 | 73 | 5C | 1 | 0 | 14 | 37 | 3F | B | 29 |
| Octal | 162 | 163 | 134 | 1 | 0 | 24 | 67 | 77 | 13 | 51 |
| Binary | 1110010 | 1110011 | 1011100 | 1 | 0 | 10100 | 110111 | 111111 | 1011 | 101001 |
Color Harmonies of #72735C
Complementary color
Monochromatic Colors of #72735C
Black with #72735C
Text Example
Text Example
White with #72735C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72735C; }
p { color: rgb(114,115,92); }
H1.HeaderClassName
{
color: #72735C;
}
.AnyTagClassName
{
color: #72735C;
}
</style>
background-color css
<style>
a { background-color: #72735C; }
a { background-color: rgb(114,115,92); }
div.DivClassName
{
background-color: #72735C;
}
.BgClassName
{
background-color: #72735C;
}
</style>
border-color css
<style>
span { border-color: #72735C; }
span { border-color: rgb(114,115,92); }
td.TdClassName
{
border-color: #72735C;
}
.TagClassName
{
border-color: #72735C;
}
</style>