Shades of Finch #767753
Tints of Finch #767753
RGB
CMYK
RGB Variations
Color information
#767753 (or 0x767753) is known color: Finch. HEX triplet: 76, 77 and 53. RGB value is (118,119,83). Sum of RGB (Red+Green+Blue) = 118+119+83=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 119 (46.88% from 255 or 37.19% from 320); Blue value is 83 (32.81% from 255 or 25.94% from 320); Max value from RGB is 119 - color contains mainly: green. Hex color #767753 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767753 is #8988AC. Grayscale: #727272. Windows color (decimal): -9013421 or 5470070. OLE color: 5470070.
HSL color Cylindrical-coordinate representation of color #767753: hue angle of 61.67º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #767753 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 119 | 83 | - |
| CMYK | 0.01 | 0 | 0.30 | 0.53 |
| HSL | 61.67º | 0.18% | 0.4% | - |
| HSV(B) | 61.67º | 0.3% | 0.47% | - |
| XYZ | 15.63 | 17.67 | 10.77 | - |
| YUV | 114.6 | 110.17 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 119 | 83 | 0.01 | 0 | 0.30 | 0.53 | 61.67 | 0.18 | 0.4 |
| Hex | 76 | 77 | 53 | 1 | 0 | 1E | 35 | 3E | 12 | 28 |
| Octal | 166 | 167 | 123 | 1 | 0 | 36 | 65 | 76 | 22 | 50 |
| Binary | 1110110 | 1110111 | 1010011 | 1 | 0 | 11110 | 110101 | 111110 | 10010 | 101000 |
Color Harmonies of #767753
Complementary color
Monochromatic Colors of #767753
Black with #767753
Text Example
Text Example
White with #767753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767753; }
p { color: rgb(118,119,83); }
H1.HeaderClassName
{
color: #767753;
}
.AnyTagClassName
{
color: #767753;
}
</style>
background-color css
<style>
a { background-color: #767753; }
a { background-color: rgb(118,119,83); }
div.DivClassName
{
background-color: #767753;
}
.BgClassName
{
background-color: #767753;
}
</style>
border-color css
<style>
span { border-color: #767753; }
span { border-color: rgb(118,119,83); }
td.TdClassName
{
border-color: #767753;
}
.TagClassName
{
border-color: #767753;
}
</style>