Shades of Finn #763E53
Tints of Finn #763E53
RGB
CMYK
RGB Variations
Color information
#763E53 (or 0x763E53) is known color: Finn. HEX triplet: 76, 3E and 53. RGB value is (118,62,83). Sum of RGB (Red+Green+Blue) = 118+62+83=263 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.87% from 263); Green value is 62 (24.61% from 255 or 23.57% from 263); Blue value is 83 (32.81% from 255 or 31.56% from 263); Max value from RGB is 118 - color contains mainly: red. Hex color #763E53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763E53 is #89C1AC. Grayscale: #515151. Windows color (decimal): -9028013 or 5455478. OLE color: 5455478.
HSL color Cylindrical-coordinate representation of color #763E53: hue angle of 337.5º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #763E53 is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 62 | 83 | - |
| CMYK | 0 | 0.47 | 0.30 | 0.54 |
| HSL | 337.5º | 0.31% | 0.35% | - |
| HSV(B) | 337.5º | 0.47% | 0.46% | - |
| XYZ | 10.76 | 7.92 | 9.15 | - |
| YUV | 81.14 | 129.05 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 62 | 83 | 0 | 0.47 | 0.30 | 0.54 | 337.5 | 0.31 | 0.35 |
| Hex | 76 | 3E | 53 | 0 | 2F | 1E | 36 | 152 | 1F | 23 |
| Octal | 166 | 76 | 123 | 0 | 57 | 36 | 66 | 522 | 37 | 43 |
| Binary | 1110110 | 111110 | 1010011 | 0 | 101111 | 11110 | 110110 | 101010010 | 11111 | 100011 |
Color Harmonies of #763E53
Complementary color
Monochromatic Colors of #763E53
Black with #763E53
Text Example
Text Example
White with #763E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763E53; }
p { color: rgb(118,62,83); }
H1.HeaderClassName
{
color: #763E53;
}
.AnyTagClassName
{
color: #763E53;
}
</style>
background-color css
<style>
a { background-color: #763E53; }
a { background-color: rgb(118,62,83); }
div.DivClassName
{
background-color: #763E53;
}
.BgClassName
{
background-color: #763E53;
}
</style>
border-color css
<style>
span { border-color: #763E53; }
span { border-color: rgb(118,62,83); }
td.TdClassName
{
border-color: #763E53;
}
.TagClassName
{
border-color: #763E53;
}
</style>