Shades of Finch #758258
Tints of Finch #758258
RGB
CMYK
RGB Variations
Color information
#758258 (or 0x758258) is known color: Finch. HEX triplet: 75, 82 and 58. RGB value is (117,130,88). Sum of RGB (Red+Green+Blue) = 117+130+88=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 130 (51.17% from 255 or 38.81% from 335); Blue value is 88 (34.77% from 255 or 26.27% from 335); Max value from RGB is 130 - color contains mainly: green. Hex color #758258 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758258 is #8A7DA7. Grayscale: #797979. Windows color (decimal): -9076136 or 5800565. OLE color: 5800565.
HSL color Cylindrical-coordinate representation of color #758258: hue angle of 78.57º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #758258 is Cyan = 0.1, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 130 | 88 | - |
| CMYK | 0.1 | 0 | 0.32 | 0.49 |
| HSL | 78.57º | 0.19% | 0.43% | - |
| HSV(B) | 78.57º | 0.32% | 0.51% | - |
| XYZ | 17.08 | 20.45 | 12.28 | - |
| YUV | 121.33 | 109.19 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 130 | 88 | 0.1 | 0 | 0.32 | 0.49 | 78.57 | 0.19 | 0.43 |
| Hex | 75 | 82 | 58 | A | 0 | 20 | 31 | 4F | 13 | 2B |
| Octal | 165 | 202 | 130 | 12 | 0 | 40 | 61 | 117 | 23 | 53 |
| Binary | 1110101 | 10000010 | 1011000 | 1010 | 0 | 100000 | 110001 | 1001111 | 10011 | 101011 |
Color Harmonies of #758258
Complementary color
Monochromatic Colors of #758258
Black with #758258
Text Example
Text Example
White with #758258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758258; }
p { color: rgb(117,130,88); }
H1.HeaderClassName
{
color: #758258;
}
.AnyTagClassName
{
color: #758258;
}
</style>
background-color css
<style>
a { background-color: #758258; }
a { background-color: rgb(117,130,88); }
div.DivClassName
{
background-color: #758258;
}
.BgClassName
{
background-color: #758258;
}
</style>
border-color css
<style>
span { border-color: #758258; }
span { border-color: rgb(117,130,88); }
td.TdClassName
{
border-color: #758258;
}
.TagClassName
{
border-color: #758258;
}
</style>