Shades of Finn #763C5A
Tints of Finn #763C5A
RGB
CMYK
RGB Variations
Color information
#763C5A (or 0x763C5A) is known color: Finn. HEX triplet: 76, 3C and 5A. RGB value is (118,60,90). Sum of RGB (Red+Green+Blue) = 118+60+90=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 60 (23.83% from 255 or 22.39% from 268); Blue value is 90 (35.55% from 255 or 33.58% from 268); Max value from RGB is 118 - color contains mainly: red. Hex color #763C5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763C5A is #89C3A5. Grayscale: #505050. Windows color (decimal): -9028518 or 5913718. OLE color: 5913718.
HSL color Cylindrical-coordinate representation of color #763C5A: hue angle of 328.97º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #763C5A is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 60 | 90 | - |
| CMYK | 0 | 0.49 | 0.24 | 0.54 |
| HSL | 328.97º | 0.33% | 0.35% | - |
| HSV(B) | 328.97º | 0.49% | 0.46% | - |
| XYZ | 10.93 | 7.82 | 10.61 | - |
| YUV | 80.76 | 133.22 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 60 | 90 | 0 | 0.49 | 0.24 | 0.54 | 328.97 | 0.33 | 0.35 |
| Hex | 76 | 3C | 5A | 0 | 31 | 18 | 36 | 149 | 21 | 23 |
| Octal | 166 | 74 | 132 | 0 | 61 | 30 | 66 | 511 | 41 | 43 |
| Binary | 1110110 | 111100 | 1011010 | 0 | 110001 | 11000 | 110110 | 101001001 | 100001 | 100011 |
Color Harmonies of #763C5A
Complementary color
Monochromatic Colors of #763C5A
Black with #763C5A
Text Example
Text Example
White with #763C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763C5A; }
p { color: rgb(118,60,90); }
H1.HeaderClassName
{
color: #763C5A;
}
.AnyTagClassName
{
color: #763C5A;
}
</style>
background-color css
<style>
a { background-color: #763C5A; }
a { background-color: rgb(118,60,90); }
div.DivClassName
{
background-color: #763C5A;
}
.BgClassName
{
background-color: #763C5A;
}
</style>
border-color css
<style>
span { border-color: #763C5A; }
span { border-color: rgb(118,60,90); }
td.TdClassName
{
border-color: #763C5A;
}
.TagClassName
{
border-color: #763C5A;
}
</style>