Shades of Finch #757A5A
Tints of Finch #757A5A
RGB
CMYK
RGB Variations
Color information
#757A5A (or 0x757A5A) is known color: Finch. HEX triplet: 75, 7A and 5A. RGB value is (117,122,90). Sum of RGB (Red+Green+Blue) = 117+122+90=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 122 (48.05% from 255 or 37.08% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 122 - color contains mainly: green. Hex color #757A5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757A5A is #8A85A5. Grayscale: #747474. Windows color (decimal): -9078182 or 5929589. OLE color: 5929589.
HSL color Cylindrical-coordinate representation of color #757A5A: hue angle of 69.38º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #757A5A is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 117 | 122 | 90 | - |
| CMYK | 0.04 | 0 | 0.26 | 0.52 |
| HSL | 69.38º | 0.15% | 0.42% | - |
| HSV(B) | 69.38º | 0.26% | 0.48% | - |
| XYZ | 16.14 | 18.44 | 12.38 | - |
| YUV | 116.86 | 112.84 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 122 | 90 | 0.04 | 0 | 0.26 | 0.52 | 69.38 | 0.15 | 0.42 |
| Hex | 75 | 7A | 5A | 4 | 0 | 1A | 34 | 45 | F | 2A |
| Octal | 165 | 172 | 132 | 4 | 0 | 32 | 64 | 105 | 17 | 52 |
| Binary | 1110101 | 1111010 | 1011010 | 100 | 0 | 11010 | 110100 | 1000101 | 1111 | 101010 |
Color Harmonies of #757A5A
Complementary color
Monochromatic Colors of #757A5A
Black with #757A5A
Text Example
Text Example
White with #757A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757A5A; }
p { color: rgb(117,122,90); }
H1.HeaderClassName
{
color: #757A5A;
}
.AnyTagClassName
{
color: #757A5A;
}
</style>
background-color css
<style>
a { background-color: #757A5A; }
a { background-color: rgb(117,122,90); }
div.DivClassName
{
background-color: #757A5A;
}
.BgClassName
{
background-color: #757A5A;
}
</style>
border-color css
<style>
span { border-color: #757A5A; }
span { border-color: rgb(117,122,90); }
td.TdClassName
{
border-color: #757A5A;
}
.TagClassName
{
border-color: #757A5A;
}
</style>