Shades of Finch #73735D
Tints of Finch #73735D
RGB
CMYK
RGB Variations
Color information
#73735D (or 0x73735D) is known color: Finch. HEX triplet: 73, 73 and 5D. RGB value is (115,115,93). Sum of RGB (Red+Green+Blue) = 115+115+93=323 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.60% from 323); Green value is 115 (45.31% from 255 or 35.60% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 115 - color contains mainly: red, green. Hex color #73735D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73735D is #8C8CA2. Grayscale: #707070. Windows color (decimal): -9211043 or 6124403. OLE color: 6124403.
HSL color Cylindrical-coordinate representation of color #73735D: hue angle of 60º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #73735D is Cyan = 0, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 115 | 93 | - |
| CMYK | 0 | 0 | 0.19 | 0.55 |
| HSL | 60º | 0.11% | 0.41% | - |
| HSV(B) | 60º | 0.19% | 0.45% | - |
| XYZ | 15.18 | 16.7 | 12.78 | - |
| YUV | 112.49 | 117 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 115 | 93 | 0 | 0 | 0.19 | 0.55 | 60 | 0.11 | 0.41 |
| Hex | 73 | 73 | 5D | 0 | 0 | 13 | 37 | 3C | B | 29 |
| Octal | 163 | 163 | 135 | 0 | 0 | 23 | 67 | 74 | 13 | 51 |
| Binary | 1110011 | 1110011 | 1011101 | 0 | 0 | 10011 | 110111 | 111100 | 1011 | 101001 |
Color Harmonies of #73735D
Complementary color
Monochromatic Colors of #73735D
Black with #73735D
Text Example
Text Example
White with #73735D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73735D; }
p { color: rgb(115,115,93); }
H1.HeaderClassName
{
color: #73735D;
}
.AnyTagClassName
{
color: #73735D;
}
</style>
background-color css
<style>
a { background-color: #73735D; }
a { background-color: rgb(115,115,93); }
div.DivClassName
{
background-color: #73735D;
}
.BgClassName
{
background-color: #73735D;
}
</style>
border-color css
<style>
span { border-color: #73735D; }
span { border-color: rgb(115,115,93); }
td.TdClassName
{
border-color: #73735D;
}
.TagClassName
{
border-color: #73735D;
}
</style>