Shades of Gothic #74939A
Tints of Gothic #74939A
RGB
CMYK
RGB Variations
Color information
#74939A (or 0x74939A) is known color: Gothic. HEX triplet: 74, 93 and 9A. RGB value is (116,147,154). Sum of RGB (Red+Green+Blue) = 116+147+154=417 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.82% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 154 (60.55% from 255 or 36.93% from 417); Max value from RGB is 154 - color contains mainly: blue. Hex color #74939A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74939A is #8B6C65. Grayscale: #8A8A8A. Windows color (decimal): -9137254 or 10130292. OLE color: 10130292.
HSL color Cylindrical-coordinate representation of color #74939A: hue angle of 191.05º 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 #74939A is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 116 | 147 | 154 | - |
| CMYK | 0.25 | 0.05 | 0 | 0.40 |
| HSL | 191.05º | 0.16% | 0.53% | - |
| HSV(B) | 191.05º | 0.25% | 0.6% | - |
| XYZ | 23.47 | 26.91 | 34.53 | - |
| YUV | 138.53 | 136.73 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 147 | 154 | 0.25 | 0.05 | 0 | 0.40 | 191.05 | 0.16 | 0.53 |
| Hex | 74 | 93 | 9A | 19 | 5 | 0 | 28 | BF | 10 | 35 |
| Octal | 164 | 223 | 232 | 31 | 5 | 0 | 50 | 277 | 20 | 65 |
| Binary | 1110100 | 10010011 | 10011010 | 11001 | 101 | 0 | 101000 | 10111111 | 10000 | 110101 |
Color Harmonies of #74939A
Complementary color
Monochromatic Colors of #74939A
Black with #74939A
Text Example
Text Example
White with #74939A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74939A; }
p { color: rgb(116,147,154); }
H1.HeaderClassName
{
color: #74939A;
}
.AnyTagClassName
{
color: #74939A;
}
</style>
background-color css
<style>
a { background-color: #74939A; }
a { background-color: rgb(116,147,154); }
div.DivClassName
{
background-color: #74939A;
}
.BgClassName
{
background-color: #74939A;
}
</style>
border-color css
<style>
span { border-color: #74939A; }
span { border-color: rgb(116,147,154); }
td.TdClassName
{
border-color: #74939A;
}
.TagClassName
{
border-color: #74939A;
}
</style>