Shades of Finch #778253
Tints of Finch #778253
RGB
CMYK
RGB Variations
Color information
#778253 (or 0x778253) is known color: Finch. HEX triplet: 77, 82 and 53. RGB value is (119,130,83). Sum of RGB (Red+Green+Blue) = 119+130+83=332 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.84% from 332); Green value is 130 (51.17% from 255 or 39.16% from 332); Blue value is 83 (32.81% from 255 or 25% from 332); Max value from RGB is 130 - color contains mainly: green. Hex color #778253 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778253 is #887DAC. Grayscale: #797979. Windows color (decimal): -8945069 or 5472887. OLE color: 5472887.
HSL color Cylindrical-coordinate representation of color #778253: hue angle of 74.04º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #778253 is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 130 | 83 | - |
| CMYK | 0.08 | 0 | 0.36 | 0.49 |
| HSL | 74.04º | 0.22% | 0.42% | - |
| HSV(B) | 74.04º | 0.36% | 0.51% | - |
| XYZ | 17.15 | 20.51 | 11.24 | - |
| YUV | 121.35 | 106.36 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 130 | 83 | 0.08 | 0 | 0.36 | 0.49 | 74.04 | 0.22 | 0.42 |
| Hex | 77 | 82 | 53 | 8 | 0 | 24 | 31 | 4A | 16 | 2A |
| Octal | 167 | 202 | 123 | 10 | 0 | 44 | 61 | 112 | 26 | 52 |
| Binary | 1110111 | 10000010 | 1010011 | 1000 | 0 | 100100 | 110001 | 1001010 | 10110 | 101010 |
Color Harmonies of #778253
Complementary color
Monochromatic Colors of #778253
Black with #778253
Text Example
Text Example
White with #778253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778253; }
p { color: rgb(119,130,83); }
H1.HeaderClassName
{
color: #778253;
}
.AnyTagClassName
{
color: #778253;
}
</style>
background-color css
<style>
a { background-color: #778253; }
a { background-color: rgb(119,130,83); }
div.DivClassName
{
background-color: #778253;
}
.BgClassName
{
background-color: #778253;
}
</style>
border-color css
<style>
span { border-color: #778253; }
span { border-color: rgb(119,130,83); }
td.TdClassName
{
border-color: #778253;
}
.TagClassName
{
border-color: #778253;
}
</style>