Shades of Finch #768252
Tints of Finch #768252
RGB
CMYK
RGB Variations
Color information
#768252 (or 0x768252) is known color: Finch. HEX triplet: 76, 82 and 52. RGB value is (118,130,82). Sum of RGB (Red+Green+Blue) = 118+130+82=330 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.76% from 330); Green value is 130 (51.17% from 255 or 39.39% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 130 - color contains mainly: green. Hex color #768252 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768252 is #897DAD. Grayscale: #797979. Windows color (decimal): -9010606 or 5407350. OLE color: 5407350.
HSL color Cylindrical-coordinate representation of color #768252: hue angle of 75º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #768252 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 118 | 130 | 82 | - |
| CMYK | 0.09 | 0 | 0.37 | 0.49 |
| HSL | 75º | 0.23% | 0.42% | - |
| HSV(B) | 75º | 0.37% | 0.51% | - |
| XYZ | 16.98 | 20.43 | 11.03 | - |
| YUV | 120.94 | 106.02 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 130 | 82 | 0.09 | 0 | 0.37 | 0.49 | 75 | 0.23 | 0.42 |
| Hex | 76 | 82 | 52 | 9 | 0 | 25 | 31 | 4B | 17 | 2A |
| Octal | 166 | 202 | 122 | 11 | 0 | 45 | 61 | 113 | 27 | 52 |
| Binary | 1110110 | 10000010 | 1010010 | 1001 | 0 | 100101 | 110001 | 1001011 | 10111 | 101010 |
Color Harmonies of #768252
Complementary color
Monochromatic Colors of #768252
Black with #768252
Text Example
Text Example
White with #768252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768252; }
p { color: rgb(118,130,82); }
H1.HeaderClassName
{
color: #768252;
}
.AnyTagClassName
{
color: #768252;
}
</style>
background-color css
<style>
a { background-color: #768252; }
a { background-color: rgb(118,130,82); }
div.DivClassName
{
background-color: #768252;
}
.BgClassName
{
background-color: #768252;
}
</style>
border-color css
<style>
span { border-color: #768252; }
span { border-color: rgb(118,130,82); }
td.TdClassName
{
border-color: #768252;
}
.TagClassName
{
border-color: #768252;
}
</style>