Shades of Gothic #65878C
Tints of Gothic #65878C
RGB
CMYK
RGB Variations
Color information
#65878C (or 0x65878C) is known color: Gothic. HEX triplet: 65, 87 and 8C. RGB value is (101,135,140). Sum of RGB (Red+Green+Blue) = 101+135+140=376 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.86% from 376); Green value is 135 (53.12% from 255 or 35.90% from 376); Blue value is 140 (55.08% from 255 or 37.23% from 376); Max value from RGB is 140 - color contains mainly: blue. Hex color #65878C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65878C is #9A7873. Grayscale: #7D7D7D. Windows color (decimal): -10123380 or 9209701. OLE color: 9209701.
HSL color Cylindrical-coordinate representation of color #65878C: hue angle of 187.69º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #65878C is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 135 | 140 | - |
| CMYK | 0.28 | 0.04 | 0 | 0.45 |
| HSL | 187.69º | 0.16% | 0.47% | - |
| HSV(B) | 187.69º | 0.28% | 0.55% | - |
| XYZ | 18.76 | 21.99 | 28.07 | - |
| YUV | 125.4 | 136.24 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 135 | 140 | 0.28 | 0.04 | 0 | 0.45 | 187.69 | 0.16 | 0.47 |
| Hex | 65 | 87 | 8C | 1C | 4 | 0 | 2D | BC | 10 | 2F |
| Octal | 145 | 207 | 214 | 34 | 4 | 0 | 55 | 274 | 20 | 57 |
| Binary | 1100101 | 10000111 | 10001100 | 11100 | 100 | 0 | 101101 | 10111100 | 10000 | 101111 |
Color Harmonies of #65878C
Complementary color
Monochromatic Colors of #65878C
Black with #65878C
Text Example
Text Example
White with #65878C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65878C; }
p { color: rgb(101,135,140); }
H1.HeaderClassName
{
color: #65878C;
}
.AnyTagClassName
{
color: #65878C;
}
</style>
background-color css
<style>
a { background-color: #65878C; }
a { background-color: rgb(101,135,140); }
div.DivClassName
{
background-color: #65878C;
}
.BgClassName
{
background-color: #65878C;
}
</style>
border-color css
<style>
span { border-color: #65878C; }
span { border-color: rgb(101,135,140); }
td.TdClassName
{
border-color: #65878C;
}
.TagClassName
{
border-color: #65878C;
}
</style>