Shades of Finch #75755C
Tints of Finch #75755C
RGB
CMYK
RGB Variations
Color information
#75755C (or 0x75755C) is known color: Finch. HEX triplet: 75, 75 and 5C. RGB value is (117,117,92). Sum of RGB (Red+Green+Blue) = 117+117+92=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 92 (36.33% from 255 or 28.22% from 326); Max value from RGB is 117 - color contains mainly: red, green. Hex color #75755C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75755C is #8A8AA3. Grayscale: #727272. Windows color (decimal): -9079460 or 6059381. OLE color: 6059381.
HSL color Cylindrical-coordinate representation of color #75755C: hue angle of 60º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #75755C is Cyan = 0, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 117 | 92 | - |
| CMYK | 0 | 0 | 0.21 | 0.54 |
| HSL | 60º | 0.12% | 0.41% | - |
| HSV(B) | 60º | 0.21% | 0.46% | - |
| XYZ | 15.63 | 17.28 | 12.64 | - |
| YUV | 114.15 | 115.5 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 117 | 92 | 0 | 0 | 0.21 | 0.54 | 60 | 0.12 | 0.41 |
| Hex | 75 | 75 | 5C | 0 | 0 | 15 | 36 | 3C | C | 29 |
| Octal | 165 | 165 | 134 | 0 | 0 | 25 | 66 | 74 | 14 | 51 |
| Binary | 1110101 | 1110101 | 1011100 | 0 | 0 | 10101 | 110110 | 111100 | 1100 | 101001 |
Color Harmonies of #75755C
Complementary color
Monochromatic Colors of #75755C
Black with #75755C
Text Example
Text Example
White with #75755C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75755C; }
p { color: rgb(117,117,92); }
H1.HeaderClassName
{
color: #75755C;
}
.AnyTagClassName
{
color: #75755C;
}
</style>
background-color css
<style>
a { background-color: #75755C; }
a { background-color: rgb(117,117,92); }
div.DivClassName
{
background-color: #75755C;
}
.BgClassName
{
background-color: #75755C;
}
</style>
border-color css
<style>
span { border-color: #75755C; }
span { border-color: rgb(117,117,92); }
td.TdClassName
{
border-color: #75755C;
}
.TagClassName
{
border-color: #75755C;
}
</style>