Shades of Finn #734B55
Tints of Finn #734B55
RGB
CMYK
RGB Variations
Color information
#734B55 (or 0x734B55) is known color: Finn. HEX triplet: 73, 4B and 55. RGB value is (115,75,85). Sum of RGB (Red+Green+Blue) = 115+75+85=275 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.82% from 275); Green value is 75 (29.69% from 255 or 27.27% from 275); Blue value is 85 (33.59% from 255 or 30.91% from 275); Max value from RGB is 115 - color contains mainly: red. Hex color #734B55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734B55 is #8CB4AA. Grayscale: #585858. Windows color (decimal): -9221291 or 5589875. OLE color: 5589875.
HSL color Cylindrical-coordinate representation of color #734B55: hue angle of 345º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #734B55 is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 75 | 85 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.55 |
| HSL | 345º | 0.21% | 0.37% | - |
| HSV(B) | 345º | 0.35% | 0.45% | - |
| XYZ | 11.23 | 9.33 | 9.8 | - |
| YUV | 88.1 | 126.25 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 75 | 85 | 0 | 0.35 | 0.26 | 0.55 | 345 | 0.21 | 0.37 |
| Hex | 73 | 4B | 55 | 0 | 23 | 1A | 37 | 159 | 15 | 25 |
| Octal | 163 | 113 | 125 | 0 | 43 | 32 | 67 | 531 | 25 | 45 |
| Binary | 1110011 | 1001011 | 1010101 | 0 | 100011 | 11010 | 110111 | 101011001 | 10101 | 100101 |
Color Harmonies of #734B55
Complementary color
Monochromatic Colors of #734B55
Black with #734B55
Text Example
Text Example
White with #734B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734B55; }
p { color: rgb(115,75,85); }
H1.HeaderClassName
{
color: #734B55;
}
.AnyTagClassName
{
color: #734B55;
}
</style>
background-color css
<style>
a { background-color: #734B55; }
a { background-color: rgb(115,75,85); }
div.DivClassName
{
background-color: #734B55;
}
.BgClassName
{
background-color: #734B55;
}
</style>
border-color css
<style>
span { border-color: #734B55; }
span { border-color: rgb(115,75,85); }
td.TdClassName
{
border-color: #734B55;
}
.TagClassName
{
border-color: #734B55;
}
</style>