Shades of Finch #757869
Tints of Finch #757869
RGB
CMYK
RGB Variations
Color information
#757869 (or 0x757869) is known color: Finch. HEX triplet: 75, 78 and 69. RGB value is (117,120,105). Sum of RGB (Red+Green+Blue) = 117+120+105=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 120 (47.27% from 255 or 35.09% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 120 - color contains mainly: green. Hex color #757869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757869 is #8A8796. Grayscale: #757575. Windows color (decimal): -9078679 or 6912117. OLE color: 6912117.
HSL color Cylindrical-coordinate representation of color #757869: hue angle of 72º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #757869 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 120 | 105 | - |
| CMYK | 0.02 | 0 | 0.13 | 0.53 |
| HSL | 72º | 0.07% | 0.44% | - |
| HSV(B) | 72º | 0.13% | 0.47% | - |
| XYZ | 16.6 | 18.23 | 16.01 | - |
| YUV | 117.39 | 121.01 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 120 | 105 | 0.02 | 0 | 0.13 | 0.53 | 72 | 0.07 | 0.44 |
| Hex | 75 | 78 | 69 | 2 | 0 | D | 35 | 48 | 7 | 2C |
| Octal | 165 | 170 | 151 | 2 | 0 | 15 | 65 | 110 | 7 | 54 |
| Binary | 1110101 | 1111000 | 1101001 | 10 | 0 | 1101 | 110101 | 1001000 | 111 | 101100 |
Color Harmonies of #757869
Complementary color
Monochromatic Colors of #757869
Black with #757869
Text Example
Text Example
White with #757869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757869; }
p { color: rgb(117,120,105); }
H1.HeaderClassName
{
color: #757869;
}
.AnyTagClassName
{
color: #757869;
}
</style>
background-color css
<style>
a { background-color: #757869; }
a { background-color: rgb(117,120,105); }
div.DivClassName
{
background-color: #757869;
}
.BgClassName
{
background-color: #757869;
}
</style>
border-color css
<style>
span { border-color: #757869; }
span { border-color: rgb(117,120,105); }
td.TdClassName
{
border-color: #757869;
}
.TagClassName
{
border-color: #757869;
}
</style>