Shades of Finch #737B5B
Tints of Finch #737B5B
RGB
CMYK
RGB Variations
Color information
#737B5B (or 0x737B5B) is known color: Finch. HEX triplet: 73, 7B and 5B. RGB value is (115,123,91). Sum of RGB (Red+Green+Blue) = 115+123+91=329 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.95% from 329); Green value is 123 (48.44% from 255 or 37.39% from 329); Blue value is 91 (35.94% from 255 or 27.66% from 329); Max value from RGB is 123 - color contains mainly: green. Hex color #737B5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737B5B is #8C84A4. Grayscale: #757575. Windows color (decimal): -9208997 or 5995379. OLE color: 5995379.
HSL color Cylindrical-coordinate representation of color #737B5B: hue angle of 75º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #737B5B is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 115 | 123 | 91 | - |
| CMYK | 0.07 | 0 | 0.26 | 0.52 |
| HSL | 75º | 0.15% | 0.42% | - |
| HSV(B) | 75º | 0.26% | 0.48% | - |
| XYZ | 16.04 | 18.57 | 12.64 | - |
| YUV | 116.96 | 113.35 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 123 | 91 | 0.07 | 0 | 0.26 | 0.52 | 75 | 0.15 | 0.42 |
| Hex | 73 | 7B | 5B | 7 | 0 | 1A | 34 | 4B | F | 2A |
| Octal | 163 | 173 | 133 | 7 | 0 | 32 | 64 | 113 | 17 | 52 |
| Binary | 1110011 | 1111011 | 1011011 | 111 | 0 | 11010 | 110100 | 1001011 | 1111 | 101010 |
Color Harmonies of #737B5B
Complementary color
Monochromatic Colors of #737B5B
Black with #737B5B
Text Example
Text Example
White with #737B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737B5B; }
p { color: rgb(115,123,91); }
H1.HeaderClassName
{
color: #737B5B;
}
.AnyTagClassName
{
color: #737B5B;
}
</style>
background-color css
<style>
a { background-color: #737B5B; }
a { background-color: rgb(115,123,91); }
div.DivClassName
{
background-color: #737B5B;
}
.BgClassName
{
background-color: #737B5B;
}
</style>
border-color css
<style>
span { border-color: #737B5B; }
span { border-color: rgb(115,123,91); }
td.TdClassName
{
border-color: #737B5B;
}
.TagClassName
{
border-color: #737B5B;
}
</style>