Shades of Rum #715C7B
Tints of Rum #715C7B
RGB
CMYK
RGB Variations
Color information
#715C7B (or 0x715C7B) is known color: Rum. HEX triplet: 71, 5C and 7B. RGB value is (113,92,123). Sum of RGB (Red+Green+Blue) = 113+92+123=328 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.45% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 123 - color contains mainly: blue. Hex color #715C7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715C7B is #8EA384. Grayscale: #656565. Windows color (decimal): -9347973 or 8084593. OLE color: 8084593.
HSL color Cylindrical-coordinate representation of color #715C7B: hue angle of 280.65º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #715C7B is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 113 | 92 | 123 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.52 |
| HSL | 280.65º | 0.14% | 0.42% | - |
| HSV(B) | 280.65º | 0.25% | 0.48% | - |
| XYZ | 14.21 | 12.6 | 20.42 | - |
| YUV | 101.81 | 139.96 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 92 | 123 | 0.08 | 0.25 | 0 | 0.52 | 280.65 | 0.14 | 0.42 |
| Hex | 71 | 5C | 7B | 8 | 19 | 0 | 34 | 119 | E | 2A |
| Octal | 161 | 134 | 173 | 10 | 31 | 0 | 64 | 431 | 16 | 52 |
| Binary | 1110001 | 1011100 | 1111011 | 1000 | 11001 | 0 | 110100 | 100011001 | 1110 | 101010 |
Color Harmonies of #715C7B
Complementary color
Monochromatic Colors of #715C7B
Black with #715C7B
Text Example
Text Example
White with #715C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715C7B; }
p { color: rgb(113,92,123); }
H1.HeaderClassName
{
color: #715C7B;
}
.AnyTagClassName
{
color: #715C7B;
}
</style>
background-color css
<style>
a { background-color: #715C7B; }
a { background-color: rgb(113,92,123); }
div.DivClassName
{
background-color: #715C7B;
}
.BgClassName
{
background-color: #715C7B;
}
</style>
border-color css
<style>
span { border-color: #715C7B; }
span { border-color: rgb(113,92,123); }
td.TdClassName
{
border-color: #715C7B;
}
.TagClassName
{
border-color: #715C7B;
}
</style>