Shades of Rum #74627A
Tints of Rum #74627A
RGB
CMYK
RGB Variations
Color information
#74627A (or 0x74627A) is known color: Rum. HEX triplet: 74, 62 and 7A. RGB value is (116,98,122). Sum of RGB (Red+Green+Blue) = 116+98+122=336 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.52% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 122 (48.05% from 255 or 36.31% from 336); Max value from RGB is 122 - color contains mainly: blue. Hex color #74627A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74627A is #8B9D85. Grayscale: #6A6A6A. Windows color (decimal): -9149830 or 8020596. OLE color: 8020596.
HSL color Cylindrical-coordinate representation of color #74627A: hue angle of 285º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #74627A is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 116 | 98 | 122 | - |
| CMYK | 0.05 | 0.20 | 0 | 0.52 |
| HSL | 285º | 0.11% | 0.43% | - |
| HSV(B) | 285º | 0.2% | 0.48% | - |
| XYZ | 15.08 | 13.85 | 20.29 | - |
| YUV | 106.12 | 136.96 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 98 | 122 | 0.05 | 0.20 | 0 | 0.52 | 285 | 0.11 | 0.43 |
| Hex | 74 | 62 | 7A | 5 | 14 | 0 | 34 | 11D | B | 2B |
| Octal | 164 | 142 | 172 | 5 | 24 | 0 | 64 | 435 | 13 | 53 |
| Binary | 1110100 | 1100010 | 1111010 | 101 | 10100 | 0 | 110100 | 100011101 | 1011 | 101011 |
Color Harmonies of #74627A
Complementary color
Monochromatic Colors of #74627A
Black with #74627A
Text Example
Text Example
White with #74627A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74627A; }
p { color: rgb(116,98,122); }
H1.HeaderClassName
{
color: #74627A;
}
.AnyTagClassName
{
color: #74627A;
}
</style>
background-color css
<style>
a { background-color: #74627A; }
a { background-color: rgb(116,98,122); }
div.DivClassName
{
background-color: #74627A;
}
.BgClassName
{
background-color: #74627A;
}
</style>
border-color css
<style>
span { border-color: #74627A; }
span { border-color: rgb(116,98,122); }
td.TdClassName
{
border-color: #74627A;
}
.TagClassName
{
border-color: #74627A;
}
</style>