Shades of Finn #763D52
Tints of Finn #763D52
RGB
CMYK
RGB Variations
Color information
#763D52 (or 0x763D52) is known color: Finn. HEX triplet: 76, 3D and 52. RGB value is (118,61,82). Sum of RGB (Red+Green+Blue) = 118+61+82=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 61 (24.22% from 255 or 23.37% from 261); Blue value is 82 (32.42% from 255 or 31.42% from 261); Max value from RGB is 118 - color contains mainly: red. Hex color #763D52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763D52 is #89C2AD. Grayscale: #505050. Windows color (decimal): -9028270 or 5389686. OLE color: 5389686.
HSL color Cylindrical-coordinate representation of color #763D52: hue angle of 337.89º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #763D52 is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 61 | 82 | - |
| CMYK | 0 | 0.48 | 0.31 | 0.54 |
| HSL | 337.89º | 0.32% | 0.35% | - |
| HSV(B) | 337.89º | 0.48% | 0.46% | - |
| XYZ | 10.66 | 7.8 | 8.93 | - |
| YUV | 80.44 | 128.88 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 61 | 82 | 0 | 0.48 | 0.31 | 0.54 | 337.89 | 0.32 | 0.35 |
| Hex | 76 | 3D | 52 | 0 | 30 | 1F | 36 | 152 | 20 | 23 |
| Octal | 166 | 75 | 122 | 0 | 60 | 37 | 66 | 522 | 40 | 43 |
| Binary | 1110110 | 111101 | 1010010 | 0 | 110000 | 11111 | 110110 | 101010010 | 100000 | 100011 |
Color Harmonies of #763D52
Complementary color
Monochromatic Colors of #763D52
Black with #763D52
Text Example
Text Example
White with #763D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763D52; }
p { color: rgb(118,61,82); }
H1.HeaderClassName
{
color: #763D52;
}
.AnyTagClassName
{
color: #763D52;
}
</style>
background-color css
<style>
a { background-color: #763D52; }
a { background-color: rgb(118,61,82); }
div.DivClassName
{
background-color: #763D52;
}
.BgClassName
{
background-color: #763D52;
}
</style>
border-color css
<style>
span { border-color: #763D52; }
span { border-color: rgb(118,61,82); }
td.TdClassName
{
border-color: #763D52;
}
.TagClassName
{
border-color: #763D52;
}
</style>