Shades of Rum #77607B
Tints of Rum #77607B
RGB
CMYK
RGB Variations
Color information
#77607B (or 0x77607B) is known color: Rum. HEX triplet: 77, 60 and 7B. RGB value is (119,96,123). Sum of RGB (Red+Green+Blue) = 119+96+123=338 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.21% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 123 (48.44% from 255 or 36.39% from 338); Max value from RGB is 123 - color contains mainly: blue. Hex color #77607B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77607B is #889F84. Grayscale: #696969. Windows color (decimal): -8953733 or 8085623. OLE color: 8085623.
HSL color Cylindrical-coordinate representation of color #77607B: hue angle of 291.11º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #77607B is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 96 | 123 | - |
| CMYK | 0.03 | 0.22 | 0 | 0.52 |
| HSL | 291.11º | 0.12% | 0.43% | - |
| HSV(B) | 291.11º | 0.22% | 0.48% | - |
| XYZ | 15.37 | 13.72 | 20.58 | - |
| YUV | 105.96 | 137.62 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 96 | 123 | 0.03 | 0.22 | 0 | 0.52 | 291.11 | 0.12 | 0.43 |
| Hex | 77 | 60 | 7B | 3 | 16 | 0 | 34 | 123 | C | 2B |
| Octal | 167 | 140 | 173 | 3 | 26 | 0 | 64 | 443 | 14 | 53 |
| Binary | 1110111 | 1100000 | 1111011 | 11 | 10110 | 0 | 110100 | 100100011 | 1100 | 101011 |
Color Harmonies of #77607B
Complementary color
Monochromatic Colors of #77607B
Black with #77607B
Text Example
Text Example
White with #77607B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77607B; }
p { color: rgb(119,96,123); }
H1.HeaderClassName
{
color: #77607B;
}
.AnyTagClassName
{
color: #77607B;
}
</style>
background-color css
<style>
a { background-color: #77607B; }
a { background-color: rgb(119,96,123); }
div.DivClassName
{
background-color: #77607B;
}
.BgClassName
{
background-color: #77607B;
}
</style>
border-color css
<style>
span { border-color: #77607B; }
span { border-color: rgb(119,96,123); }
td.TdClassName
{
border-color: #77607B;
}
.TagClassName
{
border-color: #77607B;
}
</style>