Shades of Gothic #74959A
Tints of Gothic #74959A
RGB
CMYK
RGB Variations
Color information
#74959A (or 0x74959A) is known color: Gothic. HEX triplet: 74, 95 and 9A. RGB value is (116,149,154). Sum of RGB (Red+Green+Blue) = 116+149+154=419 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.68% from 419); Green value is 149 (58.59% from 255 or 35.56% from 419); Blue value is 154 (60.55% from 255 or 36.75% from 419); Max value from RGB is 154 - color contains mainly: blue. Hex color #74959A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74959A is #8B6A65. Grayscale: #8B8B8B. Windows color (decimal): -9136742 or 10130804. OLE color: 10130804.
HSL color Cylindrical-coordinate representation of color #74959A: hue angle of 187.89º 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 #74959A is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 116 | 149 | 154 | - |
| CMYK | 0.25 | 0.03 | 0 | 0.40 |
| HSL | 187.89º | 0.16% | 0.53% | - |
| HSV(B) | 187.89º | 0.25% | 0.6% | - |
| XYZ | 23.78 | 27.54 | 34.63 | - |
| YUV | 139.7 | 136.07 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 149 | 154 | 0.25 | 0.03 | 0 | 0.40 | 187.89 | 0.16 | 0.53 |
| Hex | 74 | 95 | 9A | 19 | 3 | 0 | 28 | BC | 10 | 35 |
| Octal | 164 | 225 | 232 | 31 | 3 | 0 | 50 | 274 | 20 | 65 |
| Binary | 1110100 | 10010101 | 10011010 | 11001 | 11 | 0 | 101000 | 10111100 | 10000 | 110101 |
Color Harmonies of #74959A
Complementary color
Monochromatic Colors of #74959A
Black with #74959A
Text Example
Text Example
White with #74959A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74959A; }
p { color: rgb(116,149,154); }
H1.HeaderClassName
{
color: #74959A;
}
.AnyTagClassName
{
color: #74959A;
}
</style>
background-color css
<style>
a { background-color: #74959A; }
a { background-color: rgb(116,149,154); }
div.DivClassName
{
background-color: #74959A;
}
.BgClassName
{
background-color: #74959A;
}
</style>
border-color css
<style>
span { border-color: #74959A; }
span { border-color: rgb(116,149,154); }
td.TdClassName
{
border-color: #74959A;
}
.TagClassName
{
border-color: #74959A;
}
</style>