Shades of Finch #748355
Tints of Finch #748355
RGB
CMYK
RGB Variations
Color information
#748355 (or 0x748355) is known color: Finch. HEX triplet: 74, 83 and 55. RGB value is (116,131,85). Sum of RGB (Red+Green+Blue) = 116+131+85=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 131 (51.56% from 255 or 39.46% from 332); Blue value is 85 (33.59% from 255 or 25.60% from 332); Max value from RGB is 131 - color contains mainly: green. Hex color #748355 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748355 is #8B7CAA. Grayscale: #797979. Windows color (decimal): -9141419 or 5604212. OLE color: 5604212.
HSL color Cylindrical-coordinate representation of color #748355: hue angle of 79.57º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #748355 is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 131 | 85 | - |
| CMYK | 0.11 | 0 | 0.35 | 0.49 |
| HSL | 79.57º | 0.21% | 0.42% | - |
| HSV(B) | 79.57º | 0.35% | 0.51% | - |
| XYZ | 16.96 | 20.6 | 11.68 | - |
| YUV | 121.27 | 107.53 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 131 | 85 | 0.11 | 0 | 0.35 | 0.49 | 79.57 | 0.21 | 0.42 |
| Hex | 74 | 83 | 55 | B | 0 | 23 | 31 | 50 | 15 | 2A |
| Octal | 164 | 203 | 125 | 13 | 0 | 43 | 61 | 120 | 25 | 52 |
| Binary | 1110100 | 10000011 | 1010101 | 1011 | 0 | 100011 | 110001 | 1010000 | 10101 | 101010 |
Color Harmonies of #748355
Complementary color
Monochromatic Colors of #748355
Black with #748355
Text Example
Text Example
White with #748355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748355; }
p { color: rgb(116,131,85); }
H1.HeaderClassName
{
color: #748355;
}
.AnyTagClassName
{
color: #748355;
}
</style>
background-color css
<style>
a { background-color: #748355; }
a { background-color: rgb(116,131,85); }
div.DivClassName
{
background-color: #748355;
}
.BgClassName
{
background-color: #748355;
}
</style>
border-color css
<style>
span { border-color: #748355; }
span { border-color: rgb(116,131,85); }
td.TdClassName
{
border-color: #748355;
}
.TagClassName
{
border-color: #748355;
}
</style>