Shades of Finch #75825A
Tints of Finch #75825A
RGB
CMYK
RGB Variations
Color information
#75825A (or 0x75825A) is known color: Finch. HEX triplet: 75, 82 and 5A. RGB value is (117,130,90). Sum of RGB (Red+Green+Blue) = 117+130+90=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 130 (51.17% from 255 or 38.58% from 337); Blue value is 90 (35.55% from 255 or 26.71% from 337); Max value from RGB is 130 - color contains mainly: green. Hex color #75825A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75825A is #8A7DA5. Grayscale: #797979. Windows color (decimal): -9076134 or 5931637. OLE color: 5931637.
HSL color Cylindrical-coordinate representation of color #75825A: hue angle of 79.5º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #75825A is Cyan = 0.1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 130 | 90 | - |
| CMYK | 0.1 | 0 | 0.31 | 0.49 |
| HSL | 79.5º | 0.18% | 0.43% | - |
| HSV(B) | 79.5º | 0.31% | 0.51% | - |
| XYZ | 17.16 | 20.49 | 12.72 | - |
| YUV | 121.55 | 110.19 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 130 | 90 | 0.1 | 0 | 0.31 | 0.49 | 79.5 | 0.18 | 0.43 |
| Hex | 75 | 82 | 5A | A | 0 | 1F | 31 | 50 | 12 | 2B |
| Octal | 165 | 202 | 132 | 12 | 0 | 37 | 61 | 120 | 22 | 53 |
| Binary | 1110101 | 10000010 | 1011010 | 1010 | 0 | 11111 | 110001 | 1010000 | 10010 | 101011 |
Color Harmonies of #75825A
Complementary color
Monochromatic Colors of #75825A
Black with #75825A
Text Example
Text Example
White with #75825A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75825A; }
p { color: rgb(117,130,90); }
H1.HeaderClassName
{
color: #75825A;
}
.AnyTagClassName
{
color: #75825A;
}
</style>
background-color css
<style>
a { background-color: #75825A; }
a { background-color: rgb(117,130,90); }
div.DivClassName
{
background-color: #75825A;
}
.BgClassName
{
background-color: #75825A;
}
</style>
border-color css
<style>
span { border-color: #75825A; }
span { border-color: rgb(117,130,90); }
td.TdClassName
{
border-color: #75825A;
}
.TagClassName
{
border-color: #75825A;
}
</style>