Shades of Gothic #74898D
Tints of Gothic #74898D
RGB
CMYK
RGB Variations
Color information
#74898D (or 0x74898D) is known color: Gothic. HEX triplet: 74, 89 and 8D. RGB value is (116,137,141). Sum of RGB (Red+Green+Blue) = 116+137+141=394 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.44% from 394); Green value is 137 (53.91% from 255 or 34.77% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 141 - color contains mainly: blue. Hex color #74898D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74898D is #8B7672. Grayscale: #838383. Windows color (decimal): -9139827 or 9275764. OLE color: 9275764.
HSL color Cylindrical-coordinate representation of color #74898D: hue angle of 189.6º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #74898D is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 137 | 141 | - |
| CMYK | 0.18 | 0.03 | 0 | 0.45 |
| HSL | 189.6º | 0.1% | 0.5% | - |
| HSV(B) | 189.6º | 0.18% | 0.55% | - |
| XYZ | 20.96 | 23.53 | 28.64 | - |
| YUV | 131.18 | 133.54 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 137 | 141 | 0.18 | 0.03 | 0 | 0.45 | 189.6 | 0.1 | 0.5 |
| Hex | 74 | 89 | 8D | 12 | 3 | 0 | 2D | BE | A | 32 |
| Octal | 164 | 211 | 215 | 22 | 3 | 0 | 55 | 276 | 12 | 62 |
| Binary | 1110100 | 10001001 | 10001101 | 10010 | 11 | 0 | 101101 | 10111110 | 1010 | 110010 |
Color Harmonies of #74898D
Complementary color
Monochromatic Colors of #74898D
Black with #74898D
Text Example
Text Example
White with #74898D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74898D; }
p { color: rgb(116,137,141); }
H1.HeaderClassName
{
color: #74898D;
}
.AnyTagClassName
{
color: #74898D;
}
</style>
background-color css
<style>
a { background-color: #74898D; }
a { background-color: rgb(116,137,141); }
div.DivClassName
{
background-color: #74898D;
}
.BgClassName
{
background-color: #74898D;
}
</style>
border-color css
<style>
span { border-color: #74898D; }
span { border-color: rgb(116,137,141); }
td.TdClassName
{
border-color: #74898D;
}
.TagClassName
{
border-color: #74898D;
}
</style>