Shades of Finch #767652
Tints of Finch #767652
RGB
CMYK
RGB Variations
Color information
#767652 (or 0x767652) is known color: Finch. HEX triplet: 76, 76 and 52. RGB value is (118,118,82). Sum of RGB (Red+Green+Blue) = 118+118+82=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 118 (46.48% from 255 or 37.11% from 318); Blue value is 82 (32.42% from 255 or 25.79% from 318); Max value from RGB is 118 - color contains mainly: red, green. Hex color #767652 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767652 is #8989AD. Grayscale: #727272. Windows color (decimal): -9013678 or 5404278. OLE color: 5404278.
HSL color Cylindrical-coordinate representation of color #767652: hue angle of 60º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #767652 is Cyan = 0, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 118 | 82 | - |
| CMYK | 0 | 0 | 0.31 | 0.54 |
| HSL | 60º | 0.18% | 0.39% | - |
| HSV(B) | 60º | 0.31% | 0.46% | - |
| XYZ | 15.47 | 17.42 | 10.53 | - |
| YUV | 113.9 | 110 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 118 | 82 | 0 | 0 | 0.31 | 0.54 | 60 | 0.18 | 0.39 |
| Hex | 76 | 76 | 52 | 0 | 0 | 1F | 36 | 3C | 12 | 27 |
| Octal | 166 | 166 | 122 | 0 | 0 | 37 | 66 | 74 | 22 | 47 |
| Binary | 1110110 | 1110110 | 1010010 | 0 | 0 | 11111 | 110110 | 111100 | 10010 | 100111 |
Color Harmonies of #767652
Complementary color
Monochromatic Colors of #767652
Black with #767652
Text Example
Text Example
White with #767652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767652; }
p { color: rgb(118,118,82); }
H1.HeaderClassName
{
color: #767652;
}
.AnyTagClassName
{
color: #767652;
}
</style>
background-color css
<style>
a { background-color: #767652; }
a { background-color: rgb(118,118,82); }
div.DivClassName
{
background-color: #767652;
}
.BgClassName
{
background-color: #767652;
}
</style>
border-color css
<style>
span { border-color: #767652; }
span { border-color: rgb(118,118,82); }
td.TdClassName
{
border-color: #767652;
}
.TagClassName
{
border-color: #767652;
}
</style>