Shades of Finch #75765A
Tints of Finch #75765A
RGB
CMYK
RGB Variations
Color information
#75765A (or 0x75765A) is known color: Finch. HEX triplet: 75, 76 and 5A. RGB value is (117,118,90). Sum of RGB (Red+Green+Blue) = 117+118+90=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 90 (35.55% from 255 or 27.69% from 325); Max value from RGB is 118 - color contains mainly: green. Hex color #75765A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75765A is #8A89A5. Grayscale: #727272. Windows color (decimal): -9079206 or 5928565. OLE color: 5928565.
HSL color Cylindrical-coordinate representation of color #75765A: hue angle of 62.14º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #75765A is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 118 | 90 | - |
| CMYK | 0.01 | 0 | 0.24 | 0.54 |
| HSL | 62.14º | 0.13% | 0.41% | - |
| HSV(B) | 62.14º | 0.24% | 0.46% | - |
| XYZ | 15.66 | 17.48 | 12.22 | - |
| YUV | 114.51 | 114.17 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 118 | 90 | 0.01 | 0 | 0.24 | 0.54 | 62.14 | 0.13 | 0.41 |
| Hex | 75 | 76 | 5A | 1 | 0 | 18 | 36 | 3E | D | 29 |
| Octal | 165 | 166 | 132 | 1 | 0 | 30 | 66 | 76 | 15 | 51 |
| Binary | 1110101 | 1110110 | 1011010 | 1 | 0 | 11000 | 110110 | 111110 | 1101 | 101001 |
Color Harmonies of #75765A
Complementary color
Monochromatic Colors of #75765A
Black with #75765A
Text Example
Text Example
White with #75765A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75765A; }
p { color: rgb(117,118,90); }
H1.HeaderClassName
{
color: #75765A;
}
.AnyTagClassName
{
color: #75765A;
}
</style>
background-color css
<style>
a { background-color: #75765A; }
a { background-color: rgb(117,118,90); }
div.DivClassName
{
background-color: #75765A;
}
.BgClassName
{
background-color: #75765A;
}
</style>
border-color css
<style>
span { border-color: #75765A; }
span { border-color: rgb(117,118,90); }
td.TdClassName
{
border-color: #75765A;
}
.TagClassName
{
border-color: #75765A;
}
</style>