Shades of Gothic #7B9297
Tints of Gothic #7B9297
RGB
CMYK
RGB Variations
Color information
#7B9297 (or 0x7B9297) is known color: Gothic. HEX triplet: 7B, 92 and 97. RGB value is (123,146,151). Sum of RGB (Red+Green+Blue) = 123+146+151=420 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.29% from 420); Green value is 146 (57.42% from 255 or 34.76% from 420); Blue value is 151 (59.38% from 255 or 35.95% from 420); Max value from RGB is 151 - color contains mainly: blue. Hex color #7B9297 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B9297 is #846D68. Grayscale: #8B8B8B. Windows color (decimal): -8678761 or 9933435. OLE color: 9933435.
HSL color Cylindrical-coordinate representation of color #7B9297: hue angle of 190.71º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7B9297 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 123 | 146 | 151 | - |
| CMYK | 0.19 | 0.03 | 0 | 0.41 |
| HSL | 190.71º | 0.12% | 0.54% | - |
| HSV(B) | 190.71º | 0.19% | 0.59% | - |
| XYZ | 24.03 | 27 | 33.22 | - |
| YUV | 139.69 | 134.38 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 146 | 151 | 0.19 | 0.03 | 0 | 0.41 | 190.71 | 0.12 | 0.54 |
| Hex | 7B | 92 | 97 | 13 | 3 | 0 | 29 | BF | C | 36 |
| Octal | 173 | 222 | 227 | 23 | 3 | 0 | 51 | 277 | 14 | 66 |
| Binary | 1111011 | 10010010 | 10010111 | 10011 | 11 | 0 | 101001 | 10111111 | 1100 | 110110 |
Color Harmonies of #7B9297
Complementary color
Monochromatic Colors of #7B9297
Black with #7B9297
Text Example
Text Example
White with #7B9297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9297; }
p { color: rgb(123,146,151); }
H1.HeaderClassName
{
color: #7B9297;
}
.AnyTagClassName
{
color: #7B9297;
}
</style>
background-color css
<style>
a { background-color: #7B9297; }
a { background-color: rgb(123,146,151); }
div.DivClassName
{
background-color: #7B9297;
}
.BgClassName
{
background-color: #7B9297;
}
</style>
border-color css
<style>
span { border-color: #7B9297; }
span { border-color: rgb(123,146,151); }
td.TdClassName
{
border-color: #7B9297;
}
.TagClassName
{
border-color: #7B9297;
}
</style>