Shades of Finch #748253
Tints of Finch #748253
RGB
CMYK
RGB Variations
Color information
#748253 (or 0x748253) is known color: Finch. HEX triplet: 74, 82 and 53. RGB value is (116,130,83). Sum of RGB (Red+Green+Blue) = 116+130+83=329 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.26% from 329); Green value is 130 (51.17% from 255 or 39.51% from 329); Blue value is 83 (32.81% from 255 or 25.23% from 329); Max value from RGB is 130 - color contains mainly: green. Hex color #748253 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748253 is #8B7DAC. Grayscale: #787878. Windows color (decimal): -9141677 or 5472884. OLE color: 5472884.
HSL color Cylindrical-coordinate representation of color #748253: hue angle of 77.87º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #748253 is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 130 | 83 | - |
| CMYK | 0.11 | 0 | 0.36 | 0.49 |
| HSL | 77.87º | 0.22% | 0.42% | - |
| HSV(B) | 77.87º | 0.36% | 0.51% | - |
| XYZ | 16.75 | 20.3 | 11.22 | - |
| YUV | 120.46 | 106.86 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 130 | 83 | 0.11 | 0 | 0.36 | 0.49 | 77.87 | 0.22 | 0.42 |
| Hex | 74 | 82 | 53 | B | 0 | 24 | 31 | 4E | 16 | 2A |
| Octal | 164 | 202 | 123 | 13 | 0 | 44 | 61 | 116 | 26 | 52 |
| Binary | 1110100 | 10000010 | 1010011 | 1011 | 0 | 100100 | 110001 | 1001110 | 10110 | 101010 |
Color Harmonies of #748253
Complementary color
Monochromatic Colors of #748253
Black with #748253
Text Example
Text Example
White with #748253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748253; }
p { color: rgb(116,130,83); }
H1.HeaderClassName
{
color: #748253;
}
.AnyTagClassName
{
color: #748253;
}
</style>
background-color css
<style>
a { background-color: #748253; }
a { background-color: rgb(116,130,83); }
div.DivClassName
{
background-color: #748253;
}
.BgClassName
{
background-color: #748253;
}
</style>
border-color css
<style>
span { border-color: #748253; }
span { border-color: rgb(116,130,83); }
td.TdClassName
{
border-color: #748253;
}
.TagClassName
{
border-color: #748253;
}
</style>