Shades of Finch #768552
Tints of Finch #768552
RGB
CMYK
RGB Variations
Color information
#768552 (or 0x768552) is known color: Finch. HEX triplet: 76, 85 and 52. RGB value is (118,133,82). Sum of RGB (Red+Green+Blue) = 118+133+82=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 133 (52.34% from 255 or 39.94% from 333); Blue value is 82 (32.42% from 255 or 24.62% from 333); Max value from RGB is 133 - color contains mainly: green. Hex color #768552 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768552 is #897AAD. Grayscale: #7A7A7A. Windows color (decimal): -9009838 or 5408118. OLE color: 5408118.
HSL color Cylindrical-coordinate representation of color #768552: hue angle of 77.65º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #768552 is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 118 | 133 | 82 | - |
| CMYK | 0.11 | 0 | 0.38 | 0.48 |
| HSL | 77.65º | 0.24% | 0.42% | - |
| HSV(B) | 77.65º | 0.38% | 0.52% | - |
| XYZ | 17.38 | 21.24 | 11.17 | - |
| YUV | 122.7 | 105.03 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 133 | 82 | 0.11 | 0 | 0.38 | 0.48 | 77.65 | 0.24 | 0.42 |
| Hex | 76 | 85 | 52 | B | 0 | 26 | 30 | 4E | 18 | 2A |
| Octal | 166 | 205 | 122 | 13 | 0 | 46 | 60 | 116 | 30 | 52 |
| Binary | 1110110 | 10000101 | 1010010 | 1011 | 0 | 100110 | 110000 | 1001110 | 11000 | 101010 |
Color Harmonies of #768552
Complementary color
Monochromatic Colors of #768552
Black with #768552
Text Example
Text Example
White with #768552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768552; }
p { color: rgb(118,133,82); }
H1.HeaderClassName
{
color: #768552;
}
.AnyTagClassName
{
color: #768552;
}
</style>
background-color css
<style>
a { background-color: #768552; }
a { background-color: rgb(118,133,82); }
div.DivClassName
{
background-color: #768552;
}
.BgClassName
{
background-color: #768552;
}
</style>
border-color css
<style>
span { border-color: #768552; }
span { border-color: rgb(118,133,82); }
td.TdClassName
{
border-color: #768552;
}
.TagClassName
{
border-color: #768552;
}
</style>