Shades of Finch #757952
Tints of Finch #757952
RGB
CMYK
RGB Variations
Color information
#757952 (or 0x757952) is known color: Finch. HEX triplet: 75, 79 and 52. RGB value is (117,121,82). Sum of RGB (Red+Green+Blue) = 117+121+82=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 121 (47.66% from 255 or 37.81% from 320); Blue value is 82 (32.42% from 255 or 25.62% from 320); Max value from RGB is 121 - color contains mainly: green. Hex color #757952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757952 is #8A86AD. Grayscale: #737373. Windows color (decimal): -9078446 or 5405045. OLE color: 5405045.
HSL color Cylindrical-coordinate representation of color #757952: hue angle of 66.15º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #757952 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 121 | 82 | - |
| CMYK | 0.03 | 0 | 0.32 | 0.53 |
| HSL | 66.15º | 0.19% | 0.4% | - |
| HSV(B) | 66.15º | 0.32% | 0.47% | - |
| XYZ | 15.7 | 18.07 | 10.64 | - |
| YUV | 115.36 | 109.17 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 121 | 82 | 0.03 | 0 | 0.32 | 0.53 | 66.15 | 0.19 | 0.4 |
| Hex | 75 | 79 | 52 | 3 | 0 | 20 | 35 | 42 | 13 | 28 |
| Octal | 165 | 171 | 122 | 3 | 0 | 40 | 65 | 102 | 23 | 50 |
| Binary | 1110101 | 1111001 | 1010010 | 11 | 0 | 100000 | 110101 | 1000010 | 10011 | 101000 |
Color Harmonies of #757952
Complementary color
Monochromatic Colors of #757952
Black with #757952
Text Example
Text Example
White with #757952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757952; }
p { color: rgb(117,121,82); }
H1.HeaderClassName
{
color: #757952;
}
.AnyTagClassName
{
color: #757952;
}
</style>
background-color css
<style>
a { background-color: #757952; }
a { background-color: rgb(117,121,82); }
div.DivClassName
{
background-color: #757952;
}
.BgClassName
{
background-color: #757952;
}
</style>
border-color css
<style>
span { border-color: #757952; }
span { border-color: rgb(117,121,82); }
td.TdClassName
{
border-color: #757952;
}
.TagClassName
{
border-color: #757952;
}
</style>