Shades of Finch #758248
Tints of Finch #758248
RGB
CMYK
RGB Variations
Color information
#758248 (or 0x758248) is known color: Finch. HEX triplet: 75, 82 and 48. RGB value is (117,130,72). Sum of RGB (Red+Green+Blue) = 117+130+72=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 72 (28.52% from 255 or 22.57% from 319); Max value from RGB is 130 - color contains mainly: green. Hex color #758248 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758248 is #8A7DB7. Grayscale: #777777. Windows color (decimal): -9076152 or 4751989. OLE color: 4751989.
HSL color Cylindrical-coordinate representation of color #758248: hue angle of 73.45º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #758248 is Cyan = 0.1, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 130 | 72 | - |
| CMYK | 0.1 | 0 | 0.45 | 0.49 |
| HSL | 73.45º | 0.29% | 0.4% | - |
| HSV(B) | 73.45º | 0.45% | 0.51% | - |
| XYZ | 16.49 | 20.22 | 9.16 | - |
| YUV | 119.5 | 101.19 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 130 | 72 | 0.1 | 0 | 0.45 | 0.49 | 73.45 | 0.29 | 0.4 |
| Hex | 75 | 82 | 48 | A | 0 | 2D | 31 | 49 | 1D | 28 |
| Octal | 165 | 202 | 110 | 12 | 0 | 55 | 61 | 111 | 35 | 50 |
| Binary | 1110101 | 10000010 | 1001000 | 1010 | 0 | 101101 | 110001 | 1001001 | 11101 | 101000 |
Color Harmonies of #758248
Complementary color
Monochromatic Colors of #758248
Black with #758248
Text Example
Text Example
White with #758248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758248; }
p { color: rgb(117,130,72); }
H1.HeaderClassName
{
color: #758248;
}
.AnyTagClassName
{
color: #758248;
}
</style>
background-color css
<style>
a { background-color: #758248; }
a { background-color: rgb(117,130,72); }
div.DivClassName
{
background-color: #758248;
}
.BgClassName
{
background-color: #758248;
}
</style>
border-color css
<style>
span { border-color: #758248; }
span { border-color: rgb(117,130,72); }
td.TdClassName
{
border-color: #758248;
}
.TagClassName
{
border-color: #758248;
}
</style>