Shades of Rum #74607A
Tints of Rum #74607A
RGB
CMYK
RGB Variations
Color information
#74607A (or 0x74607A) is known color: Rum. HEX triplet: 74, 60 and 7A. RGB value is (116,96,122). Sum of RGB (Red+Green+Blue) = 116+96+122=334 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.73% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 122 - color contains mainly: blue. Hex color #74607A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74607A is #8B9F85. Grayscale: #686868. Windows color (decimal): -9150342 or 8020084. OLE color: 8020084.
HSL color Cylindrical-coordinate representation of color #74607A: hue angle of 286.15º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #74607A is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 116 | 96 | 122 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.52 |
| HSL | 286.15º | 0.12% | 0.43% | - |
| HSV(B) | 286.15º | 0.21% | 0.48% | - |
| XYZ | 14.9 | 13.48 | 20.23 | - |
| YUV | 104.94 | 137.63 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 96 | 122 | 0.05 | 0.21 | 0 | 0.52 | 286.15 | 0.12 | 0.43 |
| Hex | 74 | 60 | 7A | 5 | 15 | 0 | 34 | 11E | C | 2B |
| Octal | 164 | 140 | 172 | 5 | 25 | 0 | 64 | 436 | 14 | 53 |
| Binary | 1110100 | 1100000 | 1111010 | 101 | 10101 | 0 | 110100 | 100011110 | 1100 | 101011 |
Color Harmonies of #74607A
Complementary color
Monochromatic Colors of #74607A
Black with #74607A
Text Example
Text Example
White with #74607A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74607A; }
p { color: rgb(116,96,122); }
H1.HeaderClassName
{
color: #74607A;
}
.AnyTagClassName
{
color: #74607A;
}
</style>
background-color css
<style>
a { background-color: #74607A; }
a { background-color: rgb(116,96,122); }
div.DivClassName
{
background-color: #74607A;
}
.BgClassName
{
background-color: #74607A;
}
</style>
border-color css
<style>
span { border-color: #74607A; }
span { border-color: rgb(116,96,122); }
td.TdClassName
{
border-color: #74607A;
}
.TagClassName
{
border-color: #74607A;
}
</style>