Shades of Rum #735A77
Tints of Rum #735A77
RGB
CMYK
RGB Variations
Color information
#735A77 (or 0x735A77) is known color: Rum. HEX triplet: 73, 5A and 77. RGB value is (115,90,119). Sum of RGB (Red+Green+Blue) = 115+90+119=324 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.49% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 119 (46.88% from 255 or 36.73% from 324); Max value from RGB is 119 - color contains mainly: blue. Hex color #735A77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735A77 is #8CA588. Grayscale: #646464. Windows color (decimal): -9217417 or 7821939. OLE color: 7821939.
HSL color Cylindrical-coordinate representation of color #735A77: hue angle of 291.72º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #735A77 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 115 | 90 | 119 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.53 |
| HSL | 291.72º | 0.14% | 0.41% | - |
| HSV(B) | 291.72º | 0.24% | 0.47% | - |
| XYZ | 14.06 | 12.29 | 19.08 | - |
| YUV | 100.78 | 138.28 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 90 | 119 | 0.03 | 0.24 | 0 | 0.53 | 291.72 | 0.14 | 0.41 |
| Hex | 73 | 5A | 77 | 3 | 18 | 0 | 35 | 124 | E | 29 |
| Octal | 163 | 132 | 167 | 3 | 30 | 0 | 65 | 444 | 16 | 51 |
| Binary | 1110011 | 1011010 | 1110111 | 11 | 11000 | 0 | 110101 | 100100100 | 1110 | 101001 |
Color Harmonies of #735A77
Complementary color
Monochromatic Colors of #735A77
Black with #735A77
Text Example
Text Example
White with #735A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735A77; }
p { color: rgb(115,90,119); }
H1.HeaderClassName
{
color: #735A77;
}
.AnyTagClassName
{
color: #735A77;
}
</style>
background-color css
<style>
a { background-color: #735A77; }
a { background-color: rgb(115,90,119); }
div.DivClassName
{
background-color: #735A77;
}
.BgClassName
{
background-color: #735A77;
}
</style>
border-color css
<style>
span { border-color: #735A77; }
span { border-color: rgb(115,90,119); }
td.TdClassName
{
border-color: #735A77;
}
.TagClassName
{
border-color: #735A77;
}
</style>