Shades of Finch #757B52
Tints of Finch #757B52
RGB
CMYK
RGB Variations
Color information
#757B52 (or 0x757B52) is known color: Finch. HEX triplet: 75, 7B and 52. RGB value is (117,123,82). Sum of RGB (Red+Green+Blue) = 117+123+82=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 123 (48.44% from 255 or 38.20% from 322); Blue value is 82 (32.42% from 255 or 25.47% from 322); Max value from RGB is 123 - color contains mainly: green. Hex color #757B52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757B52 is #8A84AD. Grayscale: #747474. Windows color (decimal): -9077934 or 5405557. OLE color: 5405557.
HSL color Cylindrical-coordinate representation of color #757B52: hue angle of 68.78º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #757B52 is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 117 | 123 | 82 | - |
| CMYK | 0.05 | 0 | 0.33 | 0.52 |
| HSL | 68.78º | 0.2% | 0.4% | - |
| HSV(B) | 68.78º | 0.33% | 0.48% | - |
| XYZ | 15.94 | 18.56 | 10.72 | - |
| YUV | 116.53 | 108.51 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 123 | 82 | 0.05 | 0 | 0.33 | 0.52 | 68.78 | 0.2 | 0.4 |
| Hex | 75 | 7B | 52 | 5 | 0 | 21 | 34 | 45 | 14 | 28 |
| Octal | 165 | 173 | 122 | 5 | 0 | 41 | 64 | 105 | 24 | 50 |
| Binary | 1110101 | 1111011 | 1010010 | 101 | 0 | 100001 | 110100 | 1000101 | 10100 | 101000 |
Color Harmonies of #757B52
Complementary color
Monochromatic Colors of #757B52
Black with #757B52
Text Example
Text Example
White with #757B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757B52; }
p { color: rgb(117,123,82); }
H1.HeaderClassName
{
color: #757B52;
}
.AnyTagClassName
{
color: #757B52;
}
</style>
background-color css
<style>
a { background-color: #757B52; }
a { background-color: rgb(117,123,82); }
div.DivClassName
{
background-color: #757B52;
}
.BgClassName
{
background-color: #757B52;
}
</style>
border-color css
<style>
span { border-color: #757B52; }
span { border-color: rgb(117,123,82); }
td.TdClassName
{
border-color: #757B52;
}
.TagClassName
{
border-color: #757B52;
}
</style>