Shades of Gothic #74929A
Tints of Gothic #74929A
RGB
CMYK
RGB Variations
Color information
#74929A (or 0x74929A) is known color: Gothic. HEX triplet: 74, 92 and 9A. RGB value is (116,146,154). Sum of RGB (Red+Green+Blue) = 116+146+154=416 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.88% from 416); Green value is 146 (57.42% from 255 or 35.10% from 416); Blue value is 154 (60.55% from 255 or 37.02% from 416); Max value from RGB is 154 - color contains mainly: blue. Hex color #74929A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74929A is #8B6D65. Grayscale: #898989. Windows color (decimal): -9137510 or 10130036. OLE color: 10130036.
HSL color Cylindrical-coordinate representation of color #74929A: hue angle of 192.63º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #74929A is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 116 | 146 | 154 | - |
| CMYK | 0.25 | 0.05 | 0 | 0.40 |
| HSL | 192.63º | 0.16% | 0.53% | - |
| HSV(B) | 192.63º | 0.25% | 0.6% | - |
| XYZ | 23.31 | 26.6 | 34.48 | - |
| YUV | 137.94 | 137.06 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 146 | 154 | 0.25 | 0.05 | 0 | 0.40 | 192.63 | 0.16 | 0.53 |
| Hex | 74 | 92 | 9A | 19 | 5 | 0 | 28 | C1 | 10 | 35 |
| Octal | 164 | 222 | 232 | 31 | 5 | 0 | 50 | 301 | 20 | 65 |
| Binary | 1110100 | 10010010 | 10011010 | 11001 | 101 | 0 | 101000 | 11000001 | 10000 | 110101 |
Color Harmonies of #74929A
Complementary color
Monochromatic Colors of #74929A
Black with #74929A
Text Example
Text Example
White with #74929A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74929A; }
p { color: rgb(116,146,154); }
H1.HeaderClassName
{
color: #74929A;
}
.AnyTagClassName
{
color: #74929A;
}
</style>
background-color css
<style>
a { background-color: #74929A; }
a { background-color: rgb(116,146,154); }
div.DivClassName
{
background-color: #74929A;
}
.BgClassName
{
background-color: #74929A;
}
</style>
border-color css
<style>
span { border-color: #74929A; }
span { border-color: rgb(116,146,154); }
td.TdClassName
{
border-color: #74929A;
}
.TagClassName
{
border-color: #74929A;
}
</style>