Shades of Finn #763A5C
Tints of Finn #763A5C
RGB
CMYK
RGB Variations
Color information
#763A5C (or 0x763A5C) is known color: Finn. HEX triplet: 76, 3A and 5C. RGB value is (118,58,92). Sum of RGB (Red+Green+Blue) = 118+58+92=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 58 (23.05% from 255 or 21.64% from 268); Blue value is 92 (36.33% from 255 or 34.33% from 268); Max value from RGB is 118 - color contains mainly: red. Hex color #763A5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763A5C is #89C5A3. Grayscale: #4F4F4F. Windows color (decimal): -9029028 or 6044278. OLE color: 6044278.
HSL color Cylindrical-coordinate representation of color #763A5C: hue angle of 326º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #763A5C is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 58 | 92 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.54 |
| HSL | 326º | 0.34% | 0.35% | - |
| HSV(B) | 326º | 0.51% | 0.46% | - |
| XYZ | 10.92 | 7.65 | 11.03 | - |
| YUV | 79.82 | 134.88 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 58 | 92 | 0 | 0.51 | 0.22 | 0.54 | 326 | 0.34 | 0.35 |
| Hex | 76 | 3A | 5C | 0 | 33 | 16 | 36 | 146 | 22 | 23 |
| Octal | 166 | 72 | 134 | 0 | 63 | 26 | 66 | 506 | 42 | 43 |
| Binary | 1110110 | 111010 | 1011100 | 0 | 110011 | 10110 | 110110 | 101000110 | 100010 | 100011 |
Color Harmonies of #763A5C
Complementary color
Monochromatic Colors of #763A5C
Black with #763A5C
Text Example
Text Example
White with #763A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763A5C; }
p { color: rgb(118,58,92); }
H1.HeaderClassName
{
color: #763A5C;
}
.AnyTagClassName
{
color: #763A5C;
}
</style>
background-color css
<style>
a { background-color: #763A5C; }
a { background-color: rgb(118,58,92); }
div.DivClassName
{
background-color: #763A5C;
}
.BgClassName
{
background-color: #763A5C;
}
</style>
border-color css
<style>
span { border-color: #763A5C; }
span { border-color: rgb(118,58,92); }
td.TdClassName
{
border-color: #763A5C;
}
.TagClassName
{
border-color: #763A5C;
}
</style>