Shades of Finch #748552
Tints of Finch #748552
RGB
CMYK
RGB Variations
Color information
#748552 (or 0x748552) is known color: Finch. HEX triplet: 74, 85 and 52. RGB value is (116,133,82). Sum of RGB (Red+Green+Blue) = 116+133+82=331 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.05% from 331); Green value is 133 (52.34% from 255 or 40.18% from 331); Blue value is 82 (32.42% from 255 or 24.77% from 331); Max value from RGB is 133 - color contains mainly: green. Hex color #748552 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748552 is #8B7AAD. Grayscale: #7A7A7A. Windows color (decimal): -9140910 or 5408116. OLE color: 5408116.
HSL color Cylindrical-coordinate representation of color #748552: hue angle of 80º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #748552 is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 133 | 82 | - |
| CMYK | 0.13 | 0 | 0.38 | 0.48 |
| HSL | 80º | 0.24% | 0.42% | - |
| HSV(B) | 80º | 0.38% | 0.52% | - |
| XYZ | 17.11 | 21.1 | 11.15 | - |
| YUV | 122.1 | 105.37 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 133 | 82 | 0.13 | 0 | 0.38 | 0.48 | 80 | 0.24 | 0.42 |
| Hex | 74 | 85 | 52 | D | 0 | 26 | 30 | 50 | 18 | 2A |
| Octal | 164 | 205 | 122 | 15 | 0 | 46 | 60 | 120 | 30 | 52 |
| Binary | 1110100 | 10000101 | 1010010 | 1101 | 0 | 100110 | 110000 | 1010000 | 11000 | 101010 |
Color Harmonies of #748552
Complementary color
Monochromatic Colors of #748552
Black with #748552
Text Example
Text Example
White with #748552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748552; }
p { color: rgb(116,133,82); }
H1.HeaderClassName
{
color: #748552;
}
.AnyTagClassName
{
color: #748552;
}
</style>
background-color css
<style>
a { background-color: #748552; }
a { background-color: rgb(116,133,82); }
div.DivClassName
{
background-color: #748552;
}
.BgClassName
{
background-color: #748552;
}
</style>
border-color css
<style>
span { border-color: #748552; }
span { border-color: rgb(116,133,82); }
td.TdClassName
{
border-color: #748552;
}
.TagClassName
{
border-color: #748552;
}
</style>