Shades of Rum #76687B
Tints of Rum #76687B
RGB
CMYK
RGB Variations
Color information
#76687B (or 0x76687B) is known color: Rum. HEX triplet: 76, 68 and 7B. RGB value is (118,104,123). Sum of RGB (Red+Green+Blue) = 118+104+123=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 123 - color contains mainly: blue. Hex color #76687B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76687B is #899784. Grayscale: #6E6E6E. Windows color (decimal): -9017221 or 8087670. OLE color: 8087670.
HSL color Cylindrical-coordinate representation of color #76687B: hue angle of 284.21º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #76687B is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 118 | 104 | 123 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.52 |
| HSL | 284.21º | 0.08% | 0.45% | - |
| HSV(B) | 284.21º | 0.15% | 0.48% | - |
| XYZ | 16 | 15.18 | 20.83 | - |
| YUV | 110.35 | 135.14 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 104 | 123 | 0.04 | 0.15 | 0 | 0.52 | 284.21 | 0.08 | 0.45 |
| Hex | 76 | 68 | 7B | 4 | F | 0 | 34 | 11C | 8 | 2D |
| Octal | 166 | 150 | 173 | 4 | 17 | 0 | 64 | 434 | 10 | 55 |
| Binary | 1110110 | 1101000 | 1111011 | 100 | 1111 | 0 | 110100 | 100011100 | 1000 | 101101 |
Color Harmonies of #76687B
Complementary color
Monochromatic Colors of #76687B
Black with #76687B
Text Example
Text Example
White with #76687B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76687B; }
p { color: rgb(118,104,123); }
H1.HeaderClassName
{
color: #76687B;
}
.AnyTagClassName
{
color: #76687B;
}
</style>
background-color css
<style>
a { background-color: #76687B; }
a { background-color: rgb(118,104,123); }
div.DivClassName
{
background-color: #76687B;
}
.BgClassName
{
background-color: #76687B;
}
</style>
border-color css
<style>
span { border-color: #76687B; }
span { border-color: rgb(118,104,123); }
td.TdClassName
{
border-color: #76687B;
}
.TagClassName
{
border-color: #76687B;
}
</style>