Shades of Rum #74667A
Tints of Rum #74667A
RGB
CMYK
RGB Variations
Color information
#74667A (or 0x74667A) is known color: Rum. HEX triplet: 74, 66 and 7A. RGB value is (116,102,122). Sum of RGB (Red+Green+Blue) = 116+102+122=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 122 - color contains mainly: blue. Hex color #74667A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74667A is #8B9985. Grayscale: #6C6C6C. Windows color (decimal): -9148806 or 8021620. OLE color: 8021620.
HSL color Cylindrical-coordinate representation of color #74667A: hue angle of 282º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #74667A is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 116 | 102 | 122 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.52 |
| HSL | 282º | 0.09% | 0.44% | - |
| HSV(B) | 282º | 0.16% | 0.48% | - |
| XYZ | 15.47 | 14.62 | 20.42 | - |
| YUV | 108.47 | 135.64 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 102 | 122 | 0.05 | 0.16 | 0 | 0.52 | 282 | 0.09 | 0.44 |
| Hex | 74 | 66 | 7A | 5 | 10 | 0 | 34 | 11A | 9 | 2C |
| Octal | 164 | 146 | 172 | 5 | 20 | 0 | 64 | 432 | 11 | 54 |
| Binary | 1110100 | 1100110 | 1111010 | 101 | 10000 | 0 | 110100 | 100011010 | 1001 | 101100 |
Color Harmonies of #74667A
Complementary color
Monochromatic Colors of #74667A
Black with #74667A
Text Example
Text Example
White with #74667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74667A; }
p { color: rgb(116,102,122); }
H1.HeaderClassName
{
color: #74667A;
}
.AnyTagClassName
{
color: #74667A;
}
</style>
background-color css
<style>
a { background-color: #74667A; }
a { background-color: rgb(116,102,122); }
div.DivClassName
{
background-color: #74667A;
}
.BgClassName
{
background-color: #74667A;
}
</style>
border-color css
<style>
span { border-color: #74667A; }
span { border-color: rgb(116,102,122); }
td.TdClassName
{
border-color: #74667A;
}
.TagClassName
{
border-color: #74667A;
}
</style>