Shades of Finch #758253
Tints of Finch #758253
RGB
CMYK
RGB Variations
Color information
#758253 (or 0x758253) is known color: Finch. HEX triplet: 75, 82 and 53. RGB value is (117,130,83). Sum of RGB (Red+Green+Blue) = 117+130+83=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 130 (51.17% from 255 or 39.39% from 330); Blue value is 83 (32.81% from 255 or 25.15% from 330); Max value from RGB is 130 - color contains mainly: green. Hex color #758253 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758253 is #8A7DAC. Grayscale: #787878. Windows color (decimal): -9076141 or 5472885. OLE color: 5472885.
HSL color Cylindrical-coordinate representation of color #758253: hue angle of 76.6º 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 #758253 is Cyan = 0.1, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 130 | 83 | - |
| CMYK | 0.1 | 0 | 0.36 | 0.49 |
| HSL | 76.6º | 0.22% | 0.42% | - |
| HSV(B) | 76.6º | 0.36% | 0.51% | - |
| XYZ | 16.88 | 20.37 | 11.23 | - |
| YUV | 120.76 | 106.69 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 130 | 83 | 0.1 | 0 | 0.36 | 0.49 | 76.6 | 0.22 | 0.42 |
| Hex | 75 | 82 | 53 | A | 0 | 24 | 31 | 4D | 16 | 2A |
| Octal | 165 | 202 | 123 | 12 | 0 | 44 | 61 | 115 | 26 | 52 |
| Binary | 1110101 | 10000010 | 1010011 | 1010 | 0 | 100100 | 110001 | 1001101 | 10110 | 101010 |
Color Harmonies of #758253
Complementary color
Monochromatic Colors of #758253
Black with #758253
Text Example
Text Example
White with #758253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758253; }
p { color: rgb(117,130,83); }
H1.HeaderClassName
{
color: #758253;
}
.AnyTagClassName
{
color: #758253;
}
</style>
background-color css
<style>
a { background-color: #758253; }
a { background-color: rgb(117,130,83); }
div.DivClassName
{
background-color: #758253;
}
.BgClassName
{
background-color: #758253;
}
</style>
border-color css
<style>
span { border-color: #758253; }
span { border-color: rgb(117,130,83); }
td.TdClassName
{
border-color: #758253;
}
.TagClassName
{
border-color: #758253;
}
</style>