Shades of Finn #763D54
Tints of Finn #763D54
RGB
CMYK
RGB Variations
Color information
#763D54 (or 0x763D54) is known color: Finn. HEX triplet: 76, 3D and 54. RGB value is (118,61,84). Sum of RGB (Red+Green+Blue) = 118+61+84=263 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.87% from 263); Green value is 61 (24.22% from 255 or 23.19% from 263); Blue value is 84 (33.20% from 255 or 31.94% from 263); Max value from RGB is 118 - color contains mainly: red. Hex color #763D54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763D54 is #89C2AB. Grayscale: #505050. Windows color (decimal): -9028268 or 5520758. OLE color: 5520758.
HSL color Cylindrical-coordinate representation of color #763D54: hue angle of 335.79º 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 #763D54 is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 61 | 84 | - |
| CMYK | 0 | 0.48 | 0.29 | 0.54 |
| HSL | 335.79º | 0.32% | 0.35% | - |
| HSV(B) | 335.79º | 0.48% | 0.46% | - |
| XYZ | 10.74 | 7.83 | 9.33 | - |
| YUV | 80.67 | 129.88 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 61 | 84 | 0 | 0.48 | 0.29 | 0.54 | 335.79 | 0.32 | 0.35 |
| Hex | 76 | 3D | 54 | 0 | 30 | 1D | 36 | 150 | 20 | 23 |
| Octal | 166 | 75 | 124 | 0 | 60 | 35 | 66 | 520 | 40 | 43 |
| Binary | 1110110 | 111101 | 1010100 | 0 | 110000 | 11101 | 110110 | 101010000 | 100000 | 100011 |
Color Harmonies of #763D54
Complementary color
Monochromatic Colors of #763D54
Black with #763D54
Text Example
Text Example
White with #763D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763D54; }
p { color: rgb(118,61,84); }
H1.HeaderClassName
{
color: #763D54;
}
.AnyTagClassName
{
color: #763D54;
}
</style>
background-color css
<style>
a { background-color: #763D54; }
a { background-color: rgb(118,61,84); }
div.DivClassName
{
background-color: #763D54;
}
.BgClassName
{
background-color: #763D54;
}
</style>
border-color css
<style>
span { border-color: #763D54; }
span { border-color: rgb(118,61,84); }
td.TdClassName
{
border-color: #763D54;
}
.TagClassName
{
border-color: #763D54;
}
</style>