Shades of Finch #768052
Tints of Finch #768052
RGB
CMYK
RGB Variations
Color information
#768052 (or 0x768052) is known color: Finch. HEX triplet: 76, 80 and 52. RGB value is (118,128,82). Sum of RGB (Red+Green+Blue) = 118+128+82=328 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.98% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 82 (32.42% from 255 or 25% from 328); Max value from RGB is 128 - color contains mainly: green. Hex color #768052 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768052 is #897FAD. Grayscale: #777777. Windows color (decimal): -9011118 or 5406838. OLE color: 5406838.
HSL color Cylindrical-coordinate representation of color #768052: hue angle of 73.04º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #768052 is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 118 | 128 | 82 | - |
| CMYK | 0.08 | 0 | 0.36 | 0.50 |
| HSL | 73.04º | 0.22% | 0.41% | - |
| HSV(B) | 73.04º | 0.36% | 0.5% | - |
| XYZ | 16.71 | 19.9 | 10.94 | - |
| YUV | 119.77 | 106.69 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 128 | 82 | 0.08 | 0 | 0.36 | 0.50 | 73.04 | 0.22 | 0.41 |
| Hex | 76 | 80 | 52 | 8 | 0 | 24 | 32 | 49 | 16 | 29 |
| Octal | 166 | 200 | 122 | 10 | 0 | 44 | 62 | 111 | 26 | 51 |
| Binary | 1110110 | 10000000 | 1010010 | 1000 | 0 | 100100 | 110010 | 1001001 | 10110 | 101001 |
Color Harmonies of #768052
Complementary color
Monochromatic Colors of #768052
Black with #768052
Text Example
Text Example
White with #768052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768052; }
p { color: rgb(118,128,82); }
H1.HeaderClassName
{
color: #768052;
}
.AnyTagClassName
{
color: #768052;
}
</style>
background-color css
<style>
a { background-color: #768052; }
a { background-color: rgb(118,128,82); }
div.DivClassName
{
background-color: #768052;
}
.BgClassName
{
background-color: #768052;
}
</style>
border-color css
<style>
span { border-color: #768052; }
span { border-color: rgb(118,128,82); }
td.TdClassName
{
border-color: #768052;
}
.TagClassName
{
border-color: #768052;
}
</style>