Shades of Rum #74607B
Tints of Rum #74607B
RGB
CMYK
RGB Variations
Color information
#74607B (or 0x74607B) is known color: Rum. HEX triplet: 74, 60 and 7B. RGB value is (116,96,123). Sum of RGB (Red+Green+Blue) = 116+96+123=335 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.63% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 123 - color contains mainly: blue. Hex color #74607B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74607B is #8B9F84. Grayscale: #686868. Windows color (decimal): -9150341 or 8085620. OLE color: 8085620.
HSL color Cylindrical-coordinate representation of color #74607B: hue angle of 284.44º 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 #74607B is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 116 | 96 | 123 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.52 |
| HSL | 284.44º | 0.12% | 0.43% | - |
| HSV(B) | 284.44º | 0.22% | 0.48% | - |
| XYZ | 14.96 | 13.51 | 20.56 | - |
| YUV | 105.06 | 138.13 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 96 | 123 | 0.06 | 0.22 | 0 | 0.52 | 284.44 | 0.12 | 0.43 |
| Hex | 74 | 60 | 7B | 6 | 16 | 0 | 34 | 11C | C | 2B |
| Octal | 164 | 140 | 173 | 6 | 26 | 0 | 64 | 434 | 14 | 53 |
| Binary | 1110100 | 1100000 | 1111011 | 110 | 10110 | 0 | 110100 | 100011100 | 1100 | 101011 |
Color Harmonies of #74607B
Complementary color
Monochromatic Colors of #74607B
Black with #74607B
Text Example
Text Example
White with #74607B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74607B; }
p { color: rgb(116,96,123); }
H1.HeaderClassName
{
color: #74607B;
}
.AnyTagClassName
{
color: #74607B;
}
</style>
background-color css
<style>
a { background-color: #74607B; }
a { background-color: rgb(116,96,123); }
div.DivClassName
{
background-color: #74607B;
}
.BgClassName
{
background-color: #74607B;
}
</style>
border-color css
<style>
span { border-color: #74607B; }
span { border-color: rgb(116,96,123); }
td.TdClassName
{
border-color: #74607B;
}
.TagClassName
{
border-color: #74607B;
}
</style>