Shades of Finch #767969
Tints of Finch #767969
RGB
CMYK
RGB Variations
Color information
#767969 (or 0x767969) is known color: Finch. HEX triplet: 76, 79 and 69. RGB value is (118,121,105). Sum of RGB (Red+Green+Blue) = 118+121+105=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 121 (47.66% from 255 or 35.17% from 344); Blue value is 105 (41.41% from 255 or 30.52% from 344); Max value from RGB is 121 - color contains mainly: green. Hex color #767969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767969 is #898696. Grayscale: #767676. Windows color (decimal): -9012887 or 6912374. OLE color: 6912374.
HSL color Cylindrical-coordinate representation of color #767969: hue angle of 71.25º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #767969 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 121 | 105 | - |
| CMYK | 0.02 | 0 | 0.13 | 0.53 |
| HSL | 71.25º | 0.07% | 0.44% | - |
| HSV(B) | 71.25º | 0.13% | 0.47% | - |
| XYZ | 16.86 | 18.55 | 16.06 | - |
| YUV | 118.28 | 120.51 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 121 | 105 | 0.02 | 0 | 0.13 | 0.53 | 71.25 | 0.07 | 0.44 |
| Hex | 76 | 79 | 69 | 2 | 0 | D | 35 | 47 | 7 | 2C |
| Octal | 166 | 171 | 151 | 2 | 0 | 15 | 65 | 107 | 7 | 54 |
| Binary | 1110110 | 1111001 | 1101001 | 10 | 0 | 1101 | 110101 | 1000111 | 111 | 101100 |
Color Harmonies of #767969
Complementary color
Monochromatic Colors of #767969
Black with #767969
Text Example
Text Example
White with #767969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767969; }
p { color: rgb(118,121,105); }
H1.HeaderClassName
{
color: #767969;
}
.AnyTagClassName
{
color: #767969;
}
</style>
background-color css
<style>
a { background-color: #767969; }
a { background-color: rgb(118,121,105); }
div.DivClassName
{
background-color: #767969;
}
.BgClassName
{
background-color: #767969;
}
</style>
border-color css
<style>
span { border-color: #767969; }
span { border-color: rgb(118,121,105); }
td.TdClassName
{
border-color: #767969;
}
.TagClassName
{
border-color: #767969;
}
</style>