Shades of Finch #768556
Tints of Finch #768556
RGB
CMYK
RGB Variations
Color information
#768556 (or 0x768556) is known color: Finch. HEX triplet: 76, 85 and 56. RGB value is (118,133,86). Sum of RGB (Red+Green+Blue) = 118+133+86=337 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.01% from 337); Green value is 133 (52.34% from 255 or 39.47% from 337); Blue value is 86 (33.98% from 255 or 25.52% from 337); Max value from RGB is 133 - color contains mainly: green. Hex color #768556 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768556 is #897AA9. Grayscale: #7B7B7B. Windows color (decimal): -9009834 or 5670262. OLE color: 5670262.
HSL color Cylindrical-coordinate representation of color #768556: hue angle of 79.15º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #768556 is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 118 | 133 | 86 | - |
| CMYK | 0.11 | 0 | 0.35 | 0.48 |
| HSL | 79.15º | 0.21% | 0.43% | - |
| HSV(B) | 79.15º | 0.35% | 0.52% | - |
| XYZ | 17.54 | 21.3 | 11.99 | - |
| YUV | 123.16 | 107.03 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 133 | 86 | 0.11 | 0 | 0.35 | 0.48 | 79.15 | 0.21 | 0.43 |
| Hex | 76 | 85 | 56 | B | 0 | 23 | 30 | 4F | 15 | 2B |
| Octal | 166 | 205 | 126 | 13 | 0 | 43 | 60 | 117 | 25 | 53 |
| Binary | 1110110 | 10000101 | 1010110 | 1011 | 0 | 100011 | 110000 | 1001111 | 10101 | 101011 |
Color Harmonies of #768556
Complementary color
Monochromatic Colors of #768556
Black with #768556
Text Example
Text Example
White with #768556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768556; }
p { color: rgb(118,133,86); }
H1.HeaderClassName
{
color: #768556;
}
.AnyTagClassName
{
color: #768556;
}
</style>
background-color css
<style>
a { background-color: #768556; }
a { background-color: rgb(118,133,86); }
div.DivClassName
{
background-color: #768556;
}
.BgClassName
{
background-color: #768556;
}
</style>
border-color css
<style>
span { border-color: #768556; }
span { border-color: rgb(118,133,86); }
td.TdClassName
{
border-color: #768556;
}
.TagClassName
{
border-color: #768556;
}
</style>