Shades of Finch #75795B
Tints of Finch #75795B
RGB
CMYK
RGB Variations
Color information
#75795B (or 0x75795B) is known color: Finch. HEX triplet: 75, 79 and 5B. RGB value is (117,121,91). Sum of RGB (Red+Green+Blue) = 117+121+91=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 121 (47.66% from 255 or 36.78% from 329); Blue value is 91 (35.94% from 255 or 27.66% from 329); Max value from RGB is 121 - color contains mainly: green. Hex color #75795B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75795B is #8A86A4. Grayscale: #747474. Windows color (decimal): -9078437 or 5994869. OLE color: 5994869.
HSL color Cylindrical-coordinate representation of color #75795B: hue angle of 68º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #75795B is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 121 | 91 | - |
| CMYK | 0.03 | 0 | 0.25 | 0.53 |
| HSL | 68º | 0.14% | 0.42% | - |
| HSV(B) | 68º | 0.25% | 0.47% | - |
| XYZ | 16.06 | 18.21 | 12.57 | - |
| YUV | 116.38 | 113.67 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 121 | 91 | 0.03 | 0 | 0.25 | 0.53 | 68 | 0.14 | 0.42 |
| Hex | 75 | 79 | 5B | 3 | 0 | 19 | 35 | 44 | E | 2A |
| Octal | 165 | 171 | 133 | 3 | 0 | 31 | 65 | 104 | 16 | 52 |
| Binary | 1110101 | 1111001 | 1011011 | 11 | 0 | 11001 | 110101 | 1000100 | 1110 | 101010 |
Color Harmonies of #75795B
Complementary color
Monochromatic Colors of #75795B
Black with #75795B
Text Example
Text Example
White with #75795B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75795B; }
p { color: rgb(117,121,91); }
H1.HeaderClassName
{
color: #75795B;
}
.AnyTagClassName
{
color: #75795B;
}
</style>
background-color css
<style>
a { background-color: #75795B; }
a { background-color: rgb(117,121,91); }
div.DivClassName
{
background-color: #75795B;
}
.BgClassName
{
background-color: #75795B;
}
</style>
border-color css
<style>
span { border-color: #75795B; }
span { border-color: rgb(117,121,91); }
td.TdClassName
{
border-color: #75795B;
}
.TagClassName
{
border-color: #75795B;
}
</style>