Shades of Finch #75764A
Tints of Finch #75764A
RGB
CMYK
RGB Variations
Color information
#75764A (or 0x75764A) is known color: Finch. HEX triplet: 75, 76 and 4A. RGB value is (117,118,74). Sum of RGB (Red+Green+Blue) = 117+118+74=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 118 (46.48% from 255 or 38.19% from 309); Blue value is 74 (29.30% from 255 or 23.95% from 309); Max value from RGB is 118 - color contains mainly: green. Hex color #75764A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75764A is #8A89B5. Grayscale: #707070. Windows color (decimal): -9079222 or 4879989. OLE color: 4879989.
HSL color Cylindrical-coordinate representation of color #75764A: hue angle of 61.36º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75764A is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 118 | 74 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.54 |
| HSL | 61.36º | 0.23% | 0.38% | - |
| HSV(B) | 61.36º | 0.37% | 0.46% | - |
| XYZ | 15.05 | 17.23 | 9.01 | - |
| YUV | 112.69 | 106.17 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 118 | 74 | 0.01 | 0 | 0.37 | 0.54 | 61.36 | 0.23 | 0.38 |
| Hex | 75 | 76 | 4A | 1 | 0 | 25 | 36 | 3D | 17 | 26 |
| Octal | 165 | 166 | 112 | 1 | 0 | 45 | 66 | 75 | 27 | 46 |
| Binary | 1110101 | 1110110 | 1001010 | 1 | 0 | 100101 | 110110 | 111101 | 10111 | 100110 |
Color Harmonies of #75764A
Complementary color
Monochromatic Colors of #75764A
Black with #75764A
Text Example
Text Example
White with #75764A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75764A; }
p { color: rgb(117,118,74); }
H1.HeaderClassName
{
color: #75764A;
}
.AnyTagClassName
{
color: #75764A;
}
</style>
background-color css
<style>
a { background-color: #75764A; }
a { background-color: rgb(117,118,74); }
div.DivClassName
{
background-color: #75764A;
}
.BgClassName
{
background-color: #75764A;
}
</style>
border-color css
<style>
span { border-color: #75764A; }
span { border-color: rgb(117,118,74); }
td.TdClassName
{
border-color: #75764A;
}
.TagClassName
{
border-color: #75764A;
}
</style>