Shades of Gothic #72959A
Tints of Gothic #72959A
RGB
CMYK
RGB Variations
Color information
#72959A (or 0x72959A) is known color: Gothic. HEX triplet: 72, 95 and 9A. RGB value is (114,149,154). Sum of RGB (Red+Green+Blue) = 114+149+154=417 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.34% from 417); Green value is 149 (58.59% from 255 or 35.73% 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 #72959A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72959A is #8D6A65. Grayscale: #8B8B8B. Windows color (decimal): -9267814 or 10130802. OLE color: 10130802.
HSL color Cylindrical-coordinate representation of color #72959A: hue angle of 187.5º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #72959A is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 114 | 149 | 154 | - |
| CMYK | 0.26 | 0.03 | 0 | 0.40 |
| HSL | 187.5º | 0.17% | 0.53% | - |
| HSV(B) | 187.5º | 0.26% | 0.6% | - |
| XYZ | 23.52 | 27.41 | 34.62 | - |
| YUV | 139.11 | 136.4 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 149 | 154 | 0.26 | 0.03 | 0 | 0.40 | 187.5 | 0.17 | 0.53 |
| Hex | 72 | 95 | 9A | 1A | 3 | 0 | 28 | BC | 11 | 35 |
| Octal | 162 | 225 | 232 | 32 | 3 | 0 | 50 | 274 | 21 | 65 |
| Binary | 1110010 | 10010101 | 10011010 | 11010 | 11 | 0 | 101000 | 10111100 | 10001 | 110101 |
Color Harmonies of #72959A
Complementary color
Monochromatic Colors of #72959A
Black with #72959A
Text Example
Text Example
White with #72959A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72959A; }
p { color: rgb(114,149,154); }
H1.HeaderClassName
{
color: #72959A;
}
.AnyTagClassName
{
color: #72959A;
}
</style>
background-color css
<style>
a { background-color: #72959A; }
a { background-color: rgb(114,149,154); }
div.DivClassName
{
background-color: #72959A;
}
.BgClassName
{
background-color: #72959A;
}
</style>
border-color css
<style>
span { border-color: #72959A; }
span { border-color: rgb(114,149,154); }
td.TdClassName
{
border-color: #72959A;
}
.TagClassName
{
border-color: #72959A;
}
</style>