Shades of Finn #723F5B
Tints of Finn #723F5B
RGB
CMYK
RGB Variations
Color information
#723F5B (or 0x723F5B) is known color: Finn. HEX triplet: 72, 3F and 5B. RGB value is (114,63,91). Sum of RGB (Red+Green+Blue) = 114+63+91=268 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.54% from 268); Green value is 63 (25% from 255 or 23.51% from 268); Blue value is 91 (35.94% from 255 or 33.96% from 268); Max value from RGB is 114 - color contains mainly: red. Hex color #723F5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723F5B is #8DC0A4. Grayscale: #515151. Windows color (decimal): -9289893 or 5980018. OLE color: 5980018.
HSL color Cylindrical-coordinate representation of color #723F5B: hue angle of 327.06º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #723F5B is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 63 | 91 | - |
| CMYK | 0 | 0.45 | 0.20 | 0.55 |
| HSL | 327.06º | 0.29% | 0.35% | - |
| HSV(B) | 327.06º | 0.45% | 0.45% | - |
| XYZ | 10.61 | 7.89 | 10.86 | - |
| YUV | 81.44 | 133.4 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 63 | 91 | 0 | 0.45 | 0.20 | 0.55 | 327.06 | 0.29 | 0.35 |
| Hex | 72 | 3F | 5B | 0 | 2D | 14 | 37 | 147 | 1D | 23 |
| Octal | 162 | 77 | 133 | 0 | 55 | 24 | 67 | 507 | 35 | 43 |
| Binary | 1110010 | 111111 | 1011011 | 0 | 101101 | 10100 | 110111 | 101000111 | 11101 | 100011 |
Color Harmonies of #723F5B
Complementary color
Monochromatic Colors of #723F5B
Black with #723F5B
Text Example
Text Example
White with #723F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723F5B; }
p { color: rgb(114,63,91); }
H1.HeaderClassName
{
color: #723F5B;
}
.AnyTagClassName
{
color: #723F5B;
}
</style>
background-color css
<style>
a { background-color: #723F5B; }
a { background-color: rgb(114,63,91); }
div.DivClassName
{
background-color: #723F5B;
}
.BgClassName
{
background-color: #723F5B;
}
</style>
border-color css
<style>
span { border-color: #723F5B; }
span { border-color: rgb(114,63,91); }
td.TdClassName
{
border-color: #723F5B;
}
.TagClassName
{
border-color: #723F5B;
}
</style>