Shades of Cutty Sark #63786F
Tints of Cutty Sark #63786F
RGB
CMYK
RGB Variations
Color information
#63786F (or 0x63786F) is known color: Cutty Sark. HEX triplet: 63, 78 and 6F. RGB value is (99,120,111). Sum of RGB (Red+Green+Blue) = 99+120+111=330 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30% from 330); Green value is 120 (47.27% from 255 or 36.36% from 330); Blue value is 111 (43.75% from 255 or 33.64% from 330); Max value from RGB is 120 - color contains mainly: green. Hex color #63786F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63786F is #9C8790. Grayscale: #707070. Windows color (decimal): -10258321 or 7305315. OLE color: 7305315.
HSL color Cylindrical-coordinate representation of color #63786F: hue angle of 154.29º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #63786F is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 99 | 120 | 111 | - |
| CMYK | 0.17 | 0 | 0.08 | 0.53 |
| HSL | 154.29º | 0.1% | 0.43% | - |
| HSV(B) | 154.29º | 0.18% | 0.47% | - |
| XYZ | 14.73 | 17.23 | 17.59 | - |
| YUV | 112.7 | 127.04 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 120 | 111 | 0.17 | 0 | 0.08 | 0.53 | 154.29 | 0.1 | 0.43 |
| Hex | 63 | 78 | 6F | 11 | 0 | 8 | 35 | 9A | A | 2B |
| Octal | 143 | 170 | 157 | 21 | 0 | 10 | 65 | 232 | 12 | 53 |
| Binary | 1100011 | 1111000 | 1101111 | 10001 | 0 | 1000 | 110101 | 10011010 | 1010 | 101011 |
Color Harmonies of #63786F
Complementary color
Monochromatic Colors of #63786F
Black with #63786F
Text Example
Text Example
White with #63786F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63786F; }
p { color: rgb(99,120,111); }
H1.HeaderClassName
{
color: #63786F;
}
.AnyTagClassName
{
color: #63786F;
}
</style>
background-color css
<style>
a { background-color: #63786F; }
a { background-color: rgb(99,120,111); }
div.DivClassName
{
background-color: #63786F;
}
.BgClassName
{
background-color: #63786F;
}
</style>
border-color css
<style>
span { border-color: #63786F; }
span { border-color: rgb(99,120,111); }
td.TdClassName
{
border-color: #63786F;
}
.TagClassName
{
border-color: #63786F;
}
</style>