Shades of Rum #74637A
Tints of Rum #74637A
RGB
CMYK
RGB Variations
Color information
#74637A (or 0x74637A) is known color: Rum. HEX triplet: 74, 63 and 7A. RGB value is (116,99,122). Sum of RGB (Red+Green+Blue) = 116+99+122=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 122 - color contains mainly: blue. Hex color #74637A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74637A is #8B9C85. Grayscale: #6A6A6A. Windows color (decimal): -9149574 or 8020852. OLE color: 8020852.
HSL color Cylindrical-coordinate representation of color #74637A: hue angle of 284.35º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #74637A is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 116 | 99 | 122 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.52 |
| HSL | 284.35º | 0.1% | 0.43% | - |
| HSV(B) | 284.35º | 0.19% | 0.48% | - |
| XYZ | 15.18 | 14.04 | 20.32 | - |
| YUV | 106.71 | 136.63 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 99 | 122 | 0.05 | 0.19 | 0 | 0.52 | 284.35 | 0.1 | 0.43 |
| Hex | 74 | 63 | 7A | 5 | 13 | 0 | 34 | 11C | A | 2B |
| Octal | 164 | 143 | 172 | 5 | 23 | 0 | 64 | 434 | 12 | 53 |
| Binary | 1110100 | 1100011 | 1111010 | 101 | 10011 | 0 | 110100 | 100011100 | 1010 | 101011 |
Color Harmonies of #74637A
Complementary color
Monochromatic Colors of #74637A
Black with #74637A
Text Example
Text Example
White with #74637A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74637A; }
p { color: rgb(116,99,122); }
H1.HeaderClassName
{
color: #74637A;
}
.AnyTagClassName
{
color: #74637A;
}
</style>
background-color css
<style>
a { background-color: #74637A; }
a { background-color: rgb(116,99,122); }
div.DivClassName
{
background-color: #74637A;
}
.BgClassName
{
background-color: #74637A;
}
</style>
border-color css
<style>
span { border-color: #74637A; }
span { border-color: rgb(116,99,122); }
td.TdClassName
{
border-color: #74637A;
}
.TagClassName
{
border-color: #74637A;
}
</style>