Shades of Rum #74657B
Tints of Rum #74657B
RGB
CMYK
RGB Variations
Color information
#74657B (or 0x74657B) is known color: Rum. HEX triplet: 74, 65 and 7B. RGB value is (116,101,123). Sum of RGB (Red+Green+Blue) = 116+101+123=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 123 (48.44% from 255 or 36.18% from 340); Max value from RGB is 123 - color contains mainly: blue. Hex color #74657B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74657B is #8B9A84. Grayscale: #6B6B6B. Windows color (decimal): -9149061 or 8086900. OLE color: 8086900.
HSL color Cylindrical-coordinate representation of color #74657B: hue angle of 280.91º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #74657B is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 116 | 101 | 123 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.52 |
| HSL | 280.91º | 0.1% | 0.44% | - |
| HSV(B) | 280.91º | 0.18% | 0.48% | - |
| XYZ | 15.43 | 14.45 | 20.71 | - |
| YUV | 107.99 | 136.47 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 101 | 123 | 0.06 | 0.18 | 0 | 0.52 | 280.91 | 0.1 | 0.44 |
| Hex | 74 | 65 | 7B | 6 | 12 | 0 | 34 | 119 | A | 2C |
| Octal | 164 | 145 | 173 | 6 | 22 | 0 | 64 | 431 | 12 | 54 |
| Binary | 1110100 | 1100101 | 1111011 | 110 | 10010 | 0 | 110100 | 100011001 | 1010 | 101100 |
Color Harmonies of #74657B
Complementary color
Monochromatic Colors of #74657B
Black with #74657B
Text Example
Text Example
White with #74657B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74657B; }
p { color: rgb(116,101,123); }
H1.HeaderClassName
{
color: #74657B;
}
.AnyTagClassName
{
color: #74657B;
}
</style>
background-color css
<style>
a { background-color: #74657B; }
a { background-color: rgb(116,101,123); }
div.DivClassName
{
background-color: #74657B;
}
.BgClassName
{
background-color: #74657B;
}
</style>
border-color css
<style>
span { border-color: #74657B; }
span { border-color: rgb(116,101,123); }
td.TdClassName
{
border-color: #74657B;
}
.TagClassName
{
border-color: #74657B;
}
</style>