Shades of Finch #75795A
Tints of Finch #75795A
RGB
CMYK
RGB Variations
Color information
#75795A (or 0x75795A) is known color: Finch. HEX triplet: 75, 79 and 5A. RGB value is (117,121,90). Sum of RGB (Red+Green+Blue) = 117+121+90=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 121 (47.66% from 255 or 36.89% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 121 - color contains mainly: green. Hex color #75795A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75795A is #8A86A5. Grayscale: #747474. Windows color (decimal): -9078438 or 5929333. OLE color: 5929333.
HSL color Cylindrical-coordinate representation of color #75795A: hue angle of 67.74º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #75795A is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 121 | 90 | - |
| CMYK | 0.03 | 0 | 0.26 | 0.53 |
| HSL | 67.74º | 0.15% | 0.41% | - |
| HSV(B) | 67.74º | 0.26% | 0.47% | - |
| XYZ | 16.02 | 18.19 | 12.34 | - |
| YUV | 116.27 | 113.17 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 121 | 90 | 0.03 | 0 | 0.26 | 0.53 | 67.74 | 0.15 | 0.41 |
| Hex | 75 | 79 | 5A | 3 | 0 | 1A | 35 | 44 | F | 29 |
| Octal | 165 | 171 | 132 | 3 | 0 | 32 | 65 | 104 | 17 | 51 |
| Binary | 1110101 | 1111001 | 1011010 | 11 | 0 | 11010 | 110101 | 1000100 | 1111 | 101001 |
Color Harmonies of #75795A
Complementary color
Monochromatic Colors of #75795A
Black with #75795A
Text Example
Text Example
White with #75795A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75795A; }
p { color: rgb(117,121,90); }
H1.HeaderClassName
{
color: #75795A;
}
.AnyTagClassName
{
color: #75795A;
}
</style>
background-color css
<style>
a { background-color: #75795A; }
a { background-color: rgb(117,121,90); }
div.DivClassName
{
background-color: #75795A;
}
.BgClassName
{
background-color: #75795A;
}
</style>
border-color css
<style>
span { border-color: #75795A; }
span { border-color: rgb(117,121,90); }
td.TdClassName
{
border-color: #75795A;
}
.TagClassName
{
border-color: #75795A;
}
</style>