Shades of Finch #75776B
Tints of Finch #75776B
RGB
CMYK
RGB Variations
Color information
#75776B (or 0x75776B) is known color: Finch. HEX triplet: 75, 77 and 6B. RGB value is (117,119,107). Sum of RGB (Red+Green+Blue) = 117+119+107=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 107 (42.19% from 255 or 31.20% from 343); Max value from RGB is 119 - color contains mainly: green. Hex color #75776B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75776B is #8A8894. Grayscale: #757575. Windows color (decimal): -9078933 or 7042933. OLE color: 7042933.
HSL color Cylindrical-coordinate representation of color #75776B: hue angle of 70º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #75776B is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 119 | 107 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.53 |
| HSL | 70º | 0.05% | 0.44% | - |
| HSV(B) | 70º | 0.1% | 0.47% | - |
| XYZ | 16.59 | 18.04 | 16.52 | - |
| YUV | 117.03 | 122.34 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 119 | 107 | 0.02 | 0 | 0.10 | 0.53 | 70 | 0.05 | 0.44 |
| Hex | 75 | 77 | 6B | 2 | 0 | A | 35 | 46 | 5 | 2C |
| Octal | 165 | 167 | 153 | 2 | 0 | 12 | 65 | 106 | 5 | 54 |
| Binary | 1110101 | 1110111 | 1101011 | 10 | 0 | 1010 | 110101 | 1000110 | 101 | 101100 |
Color Harmonies of #75776B
Complementary color
Monochromatic Colors of #75776B
Black with #75776B
Text Example
Text Example
White with #75776B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75776B; }
p { color: rgb(117,119,107); }
H1.HeaderClassName
{
color: #75776B;
}
.AnyTagClassName
{
color: #75776B;
}
</style>
background-color css
<style>
a { background-color: #75776B; }
a { background-color: rgb(117,119,107); }
div.DivClassName
{
background-color: #75776B;
}
.BgClassName
{
background-color: #75776B;
}
</style>
border-color css
<style>
span { border-color: #75776B; }
span { border-color: rgb(117,119,107); }
td.TdClassName
{
border-color: #75776B;
}
.TagClassName
{
border-color: #75776B;
}
</style>