Shades of Rum #756B77
Tints of Rum #756B77
RGB
CMYK
RGB Variations
Color information
#756B77 (or 0x756B77) is known color: Rum. HEX triplet: 75, 6B and 77. RGB value is (117,107,119). Sum of RGB (Red+Green+Blue) = 117+107+119=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 107 (42.19% from 255 or 31.20% from 343); Blue value is 119 (46.88% from 255 or 34.69% from 343); Max value from RGB is 119 - color contains mainly: blue. Hex color #756B77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756B77 is #8A9488. Grayscale: #6F6F6F. Windows color (decimal): -9081993 or 7826293. OLE color: 7826293.
HSL color Cylindrical-coordinate representation of color #756B77: hue angle of 290º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #756B77 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 107 | 119 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.53 |
| HSL | 290º | 0.05% | 0.44% | - |
| HSV(B) | 290º | 0.1% | 0.47% | - |
| XYZ | 15.92 | 15.63 | 19.63 | - |
| YUV | 111.36 | 132.31 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 107 | 119 | 0.02 | 0.10 | 0 | 0.53 | 290 | 0.05 | 0.44 |
| Hex | 75 | 6B | 77 | 2 | A | 0 | 35 | 122 | 5 | 2C |
| Octal | 165 | 153 | 167 | 2 | 12 | 0 | 65 | 442 | 5 | 54 |
| Binary | 1110101 | 1101011 | 1110111 | 10 | 1010 | 0 | 110101 | 100100010 | 101 | 101100 |
Color Harmonies of #756B77
Complementary color
Monochromatic Colors of #756B77
Black with #756B77
Text Example
Text Example
White with #756B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756B77; }
p { color: rgb(117,107,119); }
H1.HeaderClassName
{
color: #756B77;
}
.AnyTagClassName
{
color: #756B77;
}
</style>
background-color css
<style>
a { background-color: #756B77; }
a { background-color: rgb(117,107,119); }
div.DivClassName
{
background-color: #756B77;
}
.BgClassName
{
background-color: #756B77;
}
</style>
border-color css
<style>
span { border-color: #756B77; }
span { border-color: rgb(117,107,119); }
td.TdClassName
{
border-color: #756B77;
}
.TagClassName
{
border-color: #756B77;
}
</style>