Shades of Finch #767953
Tints of Finch #767953
RGB
CMYK
RGB Variations
Color information
#767953 (or 0x767953) is known color: Finch. HEX triplet: 76, 79 and 53. RGB value is (118,121,83). Sum of RGB (Red+Green+Blue) = 118+121+83=322 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.65% from 322); Green value is 121 (47.66% from 255 or 37.58% from 322); Blue value is 83 (32.81% from 255 or 25.78% from 322); Max value from RGB is 121 - color contains mainly: green. Hex color #767953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767953 is #8986AC. Grayscale: #737373. Windows color (decimal): -9012909 or 5470582. OLE color: 5470582.
HSL color Cylindrical-coordinate representation of color #767953: hue angle of 64.74º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #767953 is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 121 | 83 | - |
| CMYK | 0.02 | 0 | 0.31 | 0.53 |
| HSL | 64.74º | 0.19% | 0.4% | - |
| HSV(B) | 64.74º | 0.31% | 0.47% | - |
| XYZ | 15.87 | 18.15 | 10.85 | - |
| YUV | 115.77 | 109.51 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 121 | 83 | 0.02 | 0 | 0.31 | 0.53 | 64.74 | 0.19 | 0.4 |
| Hex | 76 | 79 | 53 | 2 | 0 | 1F | 35 | 41 | 13 | 28 |
| Octal | 166 | 171 | 123 | 2 | 0 | 37 | 65 | 101 | 23 | 50 |
| Binary | 1110110 | 1111001 | 1010011 | 10 | 0 | 11111 | 110101 | 1000001 | 10011 | 101000 |
Color Harmonies of #767953
Complementary color
Monochromatic Colors of #767953
Black with #767953
Text Example
Text Example
White with #767953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767953; }
p { color: rgb(118,121,83); }
H1.HeaderClassName
{
color: #767953;
}
.AnyTagClassName
{
color: #767953;
}
</style>
background-color css
<style>
a { background-color: #767953; }
a { background-color: rgb(118,121,83); }
div.DivClassName
{
background-color: #767953;
}
.BgClassName
{
background-color: #767953;
}
</style>
border-color css
<style>
span { border-color: #767953; }
span { border-color: rgb(118,121,83); }
td.TdClassName
{
border-color: #767953;
}
.TagClassName
{
border-color: #767953;
}
</style>