Shades of Finch #75795D
Tints of Finch #75795D
RGB
CMYK
RGB Variations
Color information
#75795D (or 0x75795D) is known color: Finch. HEX triplet: 75, 79 and 5D. RGB value is (117,121,93). Sum of RGB (Red+Green+Blue) = 117+121+93=331 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.35% from 331); Green value is 121 (47.66% from 255 or 36.56% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 121 - color contains mainly: green. Hex color #75795D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75795D is #8A86A2. Grayscale: #747474. Windows color (decimal): -9078435 or 6125941. OLE color: 6125941.
HSL color Cylindrical-coordinate representation of color #75795D: hue angle of 68.57º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #75795D is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 121 | 93 | - |
| CMYK | 0.03 | 0 | 0.23 | 0.53 |
| HSL | 68.57º | 0.13% | 0.42% | - |
| HSV(B) | 68.57º | 0.23% | 0.47% | - |
| XYZ | 16.15 | 18.25 | 13.03 | - |
| YUV | 116.61 | 114.67 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 121 | 93 | 0.03 | 0 | 0.23 | 0.53 | 68.57 | 0.13 | 0.42 |
| Hex | 75 | 79 | 5D | 3 | 0 | 17 | 35 | 45 | D | 2A |
| Octal | 165 | 171 | 135 | 3 | 0 | 27 | 65 | 105 | 15 | 52 |
| Binary | 1110101 | 1111001 | 1011101 | 11 | 0 | 10111 | 110101 | 1000101 | 1101 | 101010 |
Color Harmonies of #75795D
Complementary color
Monochromatic Colors of #75795D
Black with #75795D
Text Example
Text Example
White with #75795D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75795D; }
p { color: rgb(117,121,93); }
H1.HeaderClassName
{
color: #75795D;
}
.AnyTagClassName
{
color: #75795D;
}
</style>
background-color css
<style>
a { background-color: #75795D; }
a { background-color: rgb(117,121,93); }
div.DivClassName
{
background-color: #75795D;
}
.BgClassName
{
background-color: #75795D;
}
</style>
border-color css
<style>
span { border-color: #75795D; }
span { border-color: rgb(117,121,93); }
td.TdClassName
{
border-color: #75795D;
}
.TagClassName
{
border-color: #75795D;
}
</style>