Shades of Finch #768358
Tints of Finch #768358
RGB
CMYK
RGB Variations
Color information
#768358 (or 0x768358) is known color: Finch. HEX triplet: 76, 83 and 58. RGB value is (118,131,88). Sum of RGB (Red+Green+Blue) = 118+131+88=337 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.01% from 337); Green value is 131 (51.56% from 255 or 38.87% from 337); Blue value is 88 (34.77% from 255 or 26.11% from 337); Max value from RGB is 131 - color contains mainly: green. Hex color #768358 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768358 is #897CA7. Grayscale: #7A7A7A. Windows color (decimal): -9010344 or 5800822. OLE color: 5800822.
HSL color Cylindrical-coordinate representation of color #768358: hue angle of 78.14º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #768358 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 118 | 131 | 88 | - |
| CMYK | 0.10 | 0 | 0.33 | 0.49 |
| HSL | 78.14º | 0.2% | 0.43% | - |
| HSV(B) | 78.14º | 0.33% | 0.51% | - |
| XYZ | 17.35 | 20.79 | 12.33 | - |
| YUV | 122.21 | 108.69 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 131 | 88 | 0.10 | 0 | 0.33 | 0.49 | 78.14 | 0.2 | 0.43 |
| Hex | 76 | 83 | 58 | A | 0 | 21 | 31 | 4E | 14 | 2B |
| Octal | 166 | 203 | 130 | 12 | 0 | 41 | 61 | 116 | 24 | 53 |
| Binary | 1110110 | 10000011 | 1011000 | 1010 | 0 | 100001 | 110001 | 1001110 | 10100 | 101011 |
Color Harmonies of #768358
Complementary color
Monochromatic Colors of #768358
Black with #768358
Text Example
Text Example
White with #768358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768358; }
p { color: rgb(118,131,88); }
H1.HeaderClassName
{
color: #768358;
}
.AnyTagClassName
{
color: #768358;
}
</style>
background-color css
<style>
a { background-color: #768358; }
a { background-color: rgb(118,131,88); }
div.DivClassName
{
background-color: #768358;
}
.BgClassName
{
background-color: #768358;
}
</style>
border-color css
<style>
span { border-color: #768358; }
span { border-color: rgb(118,131,88); }
td.TdClassName
{
border-color: #768358;
}
.TagClassName
{
border-color: #768358;
}
</style>