Shades of Finch #758254
Tints of Finch #758254
RGB
CMYK
RGB Variations
Color information
#758254 (or 0x758254) is known color: Finch. HEX triplet: 75, 82 and 54. RGB value is (117,130,84). Sum of RGB (Red+Green+Blue) = 117+130+84=331 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.35% from 331); Green value is 130 (51.17% from 255 or 39.27% from 331); Blue value is 84 (33.20% from 255 or 25.38% from 331); Max value from RGB is 130 - color contains mainly: green. Hex color #758254 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758254 is #8A7DAB. Grayscale: #797979. Windows color (decimal): -9076140 or 5538421. OLE color: 5538421.
HSL color Cylindrical-coordinate representation of color #758254: hue angle of 76.96º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #758254 is Cyan = 0.1, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 130 | 84 | - |
| CMYK | 0.1 | 0 | 0.35 | 0.49 |
| HSL | 76.96º | 0.21% | 0.42% | - |
| HSV(B) | 76.96º | 0.35% | 0.51% | - |
| XYZ | 16.92 | 20.39 | 11.43 | - |
| YUV | 120.87 | 107.19 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 130 | 84 | 0.1 | 0 | 0.35 | 0.49 | 76.96 | 0.21 | 0.42 |
| Hex | 75 | 82 | 54 | A | 0 | 23 | 31 | 4D | 15 | 2A |
| Octal | 165 | 202 | 124 | 12 | 0 | 43 | 61 | 115 | 25 | 52 |
| Binary | 1110101 | 10000010 | 1010100 | 1010 | 0 | 100011 | 110001 | 1001101 | 10101 | 101010 |
Color Harmonies of #758254
Complementary color
Monochromatic Colors of #758254
Black with #758254
Text Example
Text Example
White with #758254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758254; }
p { color: rgb(117,130,84); }
H1.HeaderClassName
{
color: #758254;
}
.AnyTagClassName
{
color: #758254;
}
</style>
background-color css
<style>
a { background-color: #758254; }
a { background-color: rgb(117,130,84); }
div.DivClassName
{
background-color: #758254;
}
.BgClassName
{
background-color: #758254;
}
</style>
border-color css
<style>
span { border-color: #758254; }
span { border-color: rgb(117,130,84); }
td.TdClassName
{
border-color: #758254;
}
.TagClassName
{
border-color: #758254;
}
</style>