Shades of Finch #758153
Tints of Finch #758153
RGB
CMYK
RGB Variations
Color information
#758153 (or 0x758153) is known color: Finch. HEX triplet: 75, 81 and 53. RGB value is (117,129,83). Sum of RGB (Red+Green+Blue) = 117+129+83=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 129 (50.78% from 255 or 39.21% from 329); Blue value is 83 (32.81% from 255 or 25.23% from 329); Max value from RGB is 129 - color contains mainly: green. Hex color #758153 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758153 is #8A7EAC. Grayscale: #787878. Windows color (decimal): -9076397 or 5472629. OLE color: 5472629.
HSL color Cylindrical-coordinate representation of color #758153: hue angle of 75.65º 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 #758153 is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 129 | 83 | - |
| CMYK | 0.09 | 0 | 0.36 | 0.49 |
| HSL | 75.65º | 0.22% | 0.42% | - |
| HSV(B) | 75.65º | 0.36% | 0.51% | - |
| XYZ | 16.75 | 20.11 | 11.18 | - |
| YUV | 120.17 | 107.02 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 129 | 83 | 0.09 | 0 | 0.36 | 0.49 | 75.65 | 0.22 | 0.42 |
| Hex | 75 | 81 | 53 | 9 | 0 | 24 | 31 | 4C | 16 | 2A |
| Octal | 165 | 201 | 123 | 11 | 0 | 44 | 61 | 114 | 26 | 52 |
| Binary | 1110101 | 10000001 | 1010011 | 1001 | 0 | 100100 | 110001 | 1001100 | 10110 | 101010 |
Color Harmonies of #758153
Complementary color
Monochromatic Colors of #758153
Black with #758153
Text Example
Text Example
White with #758153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758153; }
p { color: rgb(117,129,83); }
H1.HeaderClassName
{
color: #758153;
}
.AnyTagClassName
{
color: #758153;
}
</style>
background-color css
<style>
a { background-color: #758153; }
a { background-color: rgb(117,129,83); }
div.DivClassName
{
background-color: #758153;
}
.BgClassName
{
background-color: #758153;
}
</style>
border-color css
<style>
span { border-color: #758153; }
span { border-color: rgb(117,129,83); }
td.TdClassName
{
border-color: #758153;
}
.TagClassName
{
border-color: #758153;
}
</style>